#C75B08

Color #C75B08 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #C75B08

Tints of Tenne (Tawny) #C75B08

Color information

#C75B08 (or 0xC75B08) is unknown color: approx Tenne (Tawny). HEX triplet: C7, 5B and 08. RGB value is (199,91,8). Sum of RGB (Red+Green+Blue) = 199+91+8=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C75B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C75B08 is #38A4F7. Grayscale: #727272. Windows color (decimal): -3712248 or 547783. OLE color: 547783.

HSL color Cylindrical-coordinate representation of color #C75B08: hue angle of 26.07º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C75B08 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB199918-
CMYK00.540.960.22
HSL26.07º92.27%40.59%-
HSV(B)26.07º95.98%78.04%-
XYZ27.3419.642.58-
YUV113.8368.28188.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 66.78%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=66.78%
G=30.54%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19991800.540.960.2226.0792.2740.59
HexC75B803660161a5c29
Octal30713310066140263213451
Binary11000111101101110000110110110000010110110101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C75B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C75B08; }

 p { color: rgb(199,91,8); }

 H1.HeaderClassName
 {
   color: #C75B08;
 }
 .AnyTagClassName
 {
   color: #C75B08;
 }
</style>
background-color css

<style>
 a { background-color: #C75B08; }

 a { background-color: rgb(199,91,8); }

 div.DivClassName
 {
   background-color: #C75B08;
 }
 .BgClassName
 {
   background-color: #C75B08;
 }
</style>
border-color css

<style>
 span { border-color: #C75B08; }

 span { border-color: rgb(199,91,8); }

 td.TdClassName
 {
   border-color: #C75B08;
 }
 .TagClassName
 {
   border-color: #C75B08;
 }
</style>