Html Css Color HEX #CD5211 Tenne (Tawny)

📋 copy color: '#CD5211'

red 205 ◦ green 82 ◦ blue 17

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

Shades of Tenne (Tawny) #CD5211

Tints of Tenne (Tawny) #CD5211

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.97%

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

R = 67.43%
G = 26.97%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5211 (or 0xCD5211) is known color: Tenne (Tawny). HEX triplet: CD, 52 and 11. RGB value is (205,82,17). Sum of RGB (Red+Green+Blue) = 205+82+17=304 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.43% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 17 (7.03% from 255 or 5.59% from 304); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5211 is #32ADEE. Grayscale: #6F6F6F. Windows color (decimal): -3321327 or 1135309. OLE color: 1135309.

HSL color Cylindrical-coordinate representation of color #CD5211: hue angle of 20.74º 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 #CD5211 is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 82 17 -
CMYK 0 0.6 0.92 0.20
HSL 20.74º 0.85% 0.44% -
HSV(B) 20.74º 0.92% 0.8% -
XYZ 28.3 19.05 2.72 -
YUV 111.37 74.75 194.79 -
System Red Green Blue C M Y K H S L
Decimal 205 82 17 0 0.6 0.92 0.20 20.74 0.85 0.44
Hex CD 52 11 0 3C 5C 14 15 55 2C
Octal 315 122 21 0 74 134 24 25 125 54
Binary 11001101 1010010 10001 0 111100 1011100 10100 10101 1010101 101100

Color Harmonies of #CD5211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5211

Black with #CD5211

Text Example


Text Example

White with #CD5211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5211; }

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

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

background-color css

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

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

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

border-color css

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

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

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