Html Css Color HEX #CD5A0E Tenne (Tawny)

📋 copy color: '#CD5A0E'

red 205 ◦ green 90 ◦ blue 14

#CD5A0E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #CD5A0E

Tints of Tenne (Tawny) #CD5A0E

RGB

 RED value IS 205 (80.47% from 255) = 66.34%

 GREEN value IS 90 (35.55% from 255) = 29.13%

 BLUE value IS 14 (5.86% from 255) = 4.53%

R = 66.34%
G = 29.13%
B = 4.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#CD5A0E (or 0xCD5A0E) is known color: Tenne (Tawny). HEX triplet: CD, 5A and 0E. RGB value is (205,90,14). Sum of RGB (Red+Green+Blue) = 205+90+14=309 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.34% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 14 (5.86% from 255 or 4.53% from 309); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A0E is #32A5F1. Grayscale: #747474. Windows color (decimal): -3319282 or 940749. OLE color: 940749.

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

Color convert

RGB 205 90 14 -
CMYK 0 0.56 0.93 0.20
HSL 23.87º 0.87% 0.43% -
HSV(B) 23.87º 0.93% 0.8% -
XYZ 28.91 20.32 2.81 -
YUV 115.72 70.6 191.68 -
System Red Green Blue C M Y K H S L
Decimal 205 90 14 0 0.56 0.93 0.20 23.87 0.87 0.43
Hex CD 5A E 0 38 5D 14 18 57 2B
Octal 315 132 16 0 70 135 24 30 127 53
Binary 11001101 1011010 1110 0 111000 1011101 10100 11000 1010111 101011

Color Harmonies of #CD5A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A0E

Black with #CD5A0E

Text Example


Text Example

White with #CD5A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A0E; }

 p { color: rgb(205,90,14); }

 H1.HeaderClassName
 {
   color: #CD5A0E;
 }
 .AnyTagClassName
 {
   color: #CD5A0E;
 }
</style>

background-color css

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

 a { background-color: rgb(205,90,14); }

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

border-color css

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

 span { border-color: rgb(205,90,14); }

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