Html Css Color HEX #CD5A11 Tenne (Tawny)

📋 copy color: '#CD5A11'

red 205 ◦ green 90 ◦ blue 17

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

Shades of Tenne (Tawny) #CD5A11

Tints of Tenne (Tawny) #CD5A11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.45%

R = 65.71%
G = 28.85%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5A11 (or 0xCD5A11) is known color: Tenne (Tawny). HEX triplet: CD, 5A and 11. RGB value is (205,90,17). Sum of RGB (Red+Green+Blue) = 205+90+17=312 (41% of max value = 765). Red value is 205 (80.47% from 255 or 65.71% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5A11 is #32A5EE. Grayscale: #747474. Windows color (decimal): -3319279 or 1137357. OLE color: 1137357.

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

Color convert

RGB 205 90 17 -
CMYK 0 0.56 0.92 0.20
HSL 23.3º 0.85% 0.44% -
HSV(B) 23.3º 0.92% 0.8% -
XYZ 28.93 20.33 2.93 -
YUV 116.06 72.1 191.44 -
System Red Green Blue C M Y K H S L
Decimal 205 90 17 0 0.56 0.92 0.20 23.3 0.85 0.44
Hex CD 5A 11 0 38 5C 14 17 55 2C
Octal 315 132 21 0 70 134 24 27 125 54
Binary 11001101 1011010 10001 0 111000 1011100 10100 10111 1010101 101100

Color Harmonies of #CD5A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5A11

Black with #CD5A11

Text Example


Text Example

White with #CD5A11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5A11; }

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

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

background-color css

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

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

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

border-color css

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

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

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