Html Css Color HEX #CD5411 Tenne (Tawny)

📋 copy color: '#CD5411'

red 205 ◦ green 84 ◦ blue 17

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

Shades of Tenne (Tawny) #CD5411

Tints of Tenne (Tawny) #CD5411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 66.99%
G = 27.45%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD5411 (or 0xCD5411) is known color: Tenne (Tawny). HEX triplet: CD, 54 and 11. RGB value is (205,84,17). Sum of RGB (Red+Green+Blue) = 205+84+17=306 (40% of max value = 765). Red value is 205 (80.47% from 255 or 66.99% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 17 (7.03% from 255 or 5.56% from 306); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD5411 is #32ABEE. Grayscale: #707070. Windows color (decimal): -3320815 or 1135821. OLE color: 1135821.

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

Color convert

RGB 205 84 17 -
CMYK 0 0.59 0.92 0.20
HSL 21.38º 0.85% 0.44% -
HSV(B) 21.38º 0.92% 0.8% -
XYZ 28.45 19.36 2.77 -
YUV 112.54 74.09 193.95 -
System Red Green Blue C M Y K H S L
Decimal 205 84 17 0 0.59 0.92 0.20 21.38 0.85 0.44
Hex CD 54 11 0 3B 5C 14 15 55 2C
Octal 315 124 21 0 73 134 24 25 125 54
Binary 11001101 1010100 10001 0 111011 1011100 10100 10101 1010101 101100

Color Harmonies of #CD5411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5411

Black with #CD5411

Text Example


Text Example

White with #CD5411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5411; }

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

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

background-color css

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

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

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

border-color css

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

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

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