Html Css Color HEX #CD4407 Tenne (Tawny)

📋 copy color: '#CD4407'

red 205 ◦ green 68 ◦ blue 7

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

Shades of Tenne (Tawny) #CD4407

Tints of Tenne (Tawny) #CD4407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

 BLUE value IS 7 (3.13% from 255) = 2.5%

R = 73.21%
G = 24.29%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CD4407 (or 0xCD4407) is known color: Tenne (Tawny). HEX triplet: CD, 44 and 07. RGB value is (205,68,7). Sum of RGB (Red+Green+Blue) = 205+68+7=280 (37% of max value = 765). Red value is 205 (80.47% from 255 or 73.21% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4407 is #32BBF8. Grayscale: #666666. Windows color (decimal): -3324921 or 476365. OLE color: 476365.

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

Color convert

RGB 205 68 7 -
CMYK 0 0.67 0.97 0.20
HSL 18.48º 0.93% 0.42% -
HSV(B) 18.48º 0.97% 0.8% -
XYZ 27.28 17.13 2.07 -
YUV 102.01 74.39 201.46 -
System Red Green Blue C M Y K H S L
Decimal 205 68 7 0 0.67 0.97 0.20 18.48 0.93 0.42
Hex CD 44 7 0 43 61 14 12 5D 2A
Octal 315 104 7 0 103 141 24 22 135 52
Binary 11001101 1000100 111 0 1000011 1100001 10100 10010 1011101 101010

Color Harmonies of #CD4407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4407

Black with #CD4407

Text Example


Text Example

White with #CD4407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4407; }

 p { color: rgb(205,68,7); }

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

background-color css

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

 a { background-color: rgb(205,68,7); }

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

border-color css

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

 span { border-color: rgb(205,68,7); }

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