Html Css Color HEX #CD4D11 Tenne (Tawny)

📋 copy color: '#CD4D11'

red 205 ◦ green 77 ◦ blue 17

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

Shades of Tenne (Tawny) #CD4D11

Tints of Tenne (Tawny) #CD4D11

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.75%

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

R = 68.56%
G = 25.75%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#CD4D11 (or 0xCD4D11) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 11. RGB value is (205,77,17). Sum of RGB (Red+Green+Blue) = 205+77+17=299 (39% of max value = 765). Red value is 205 (80.47% from 255 or 68.56% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D11 is #32B2EE. Grayscale: #6C6C6C. Windows color (decimal): -3322607 or 1134029. OLE color: 1134029.

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

Color convert

RGB 205 77 17 -
CMYK 0 0.62 0.92 0.20
HSL 19.15º 0.85% 0.44% -
HSV(B) 19.15º 0.92% 0.8% -
XYZ 27.93 18.33 2.6 -
YUV 108.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 205 77 17 0 0.62 0.92 0.20 19.15 0.85 0.44
Hex CD 4D 11 0 3E 5C 14 13 55 2C
Octal 315 115 21 0 76 134 24 23 125 54
Binary 11001101 1001101 10001 0 111110 1011100 10100 10011 1010101 101100

Color Harmonies of #CD4D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D11

Black with #CD4D11

Text Example


Text Example

White with #CD4D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D11; }

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

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

background-color css

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

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

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

border-color css

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

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

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