#CD5B08

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

Shades of Tenne (Tawny) #CD5B08

Tints of Tenne (Tawny) #CD5B08

Color information

#CD5B08 (or 0xCD5B08) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 5B and 08. RGB value is (205,91,8). Sum of RGB (Red+Green+Blue) = 205+91+8=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 8 (3.52% from 255 or 2.63% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5B08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5B08 is #32A4F7. Grayscale: #747474. Windows color (decimal): -3319032 or 547789. OLE color: 547789.

HSL color Cylindrical-coordinate representation of color #CD5B08: hue angle of 25.28º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CD5B08 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.20.

Color convert

RGB205918-
CMYK00.560.960.20
HSL25.28º92.49%41.76%-
HSV(B)25.28º96.1%80.39%-
XYZ28.9620.482.66-
YUV115.6267.27191.75-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.43%
GREEN value IS 91 (35.94% from 255) = 29.93%
BLUE value IS 8 (3.52% from 255) = 2.63%
R=67.43%
G=29.93%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.96
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20591800.560.960.2025.2892.4941.76
HexCD5B80386014195c2a
Octal31513310070140243113452
Binary11001101101101110000111000110000010100110011011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5B08; }

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

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

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

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

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

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

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

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