#CD5E02

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

Shades of Tenne (Tawny) #CD5E02

Tints of Tenne (Tawny) #CD5E02

Color information

#CD5E02 (or 0xCD5E02) is unknown color: approx Tenne (Tawny). HEX triplet: CD, 5E and 02. RGB value is (205,94,2). Sum of RGB (Red+Green+Blue) = 205+94+2=301 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.11% from 301); Green value is 94 (37.11% from 255 or 31.23% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5E02 is #32A1FD. Grayscale: #757575. Windows color (decimal): -3318270 or 155341. OLE color: 155341.

HSL color Cylindrical-coordinate representation of color #CD5E02: hue angle of 27.19º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CD5E02 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.20.

Color convert

RGB205942-
CMYK00.540.990.20
HSL27.19º98.07%40.59%-
HSV(B)27.19º99.02%80.39%-
XYZ29.1920.992.57-
YUV116.763.27190.98-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 68.11%
GREEN value IS 94 (37.11% from 255) = 31.23%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=68.11%
G=31.23%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20594200.540.990.2027.1998.0740.59
HexCD5E203663141b6229
Octal3151362066143243314251
Binary110011011011110100110110110001110100110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5E02; }

 p { color: rgb(205,94,2); }

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

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

 a { background-color: rgb(205,94,2); }

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

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

 span { border-color: rgb(205,94,2); }

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