Html Css Color HEX #CD4D07 Tenne (Tawny)

📋 copy color: '#CD4D07'

red 205 ◦ green 77 ◦ blue 7

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

Shades of Tenne (Tawny) #CD4D07

Tints of Tenne (Tawny) #CD4D07

RGB

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

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

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

R = 70.93%
G = 26.64%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CD4D07 (or 0xCD4D07) is known color: Tenne (Tawny). HEX triplet: CD, 4D and 07. RGB value is (205,77,7). Sum of RGB (Red+Green+Blue) = 205+77+7=289 (38% of max value = 765). Red value is 205 (80.47% from 255 or 70.93% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 7 (3.12% from 255 or 2.42% from 289); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CD4D07 is #32B2F8. Grayscale: #6B6B6B. Windows color (decimal): -3322617 or 478669. OLE color: 478669.

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

Color convert

RGB 205 77 7 -
CMYK 0 0.62 0.97 0.20
HSL 21.21º 0.93% 0.42% -
HSV(B) 21.21º 0.97% 0.8% -
XYZ 27.87 18.3 2.26 -
YUV 107.29 71.41 197.69 -
System Red Green Blue C M Y K H S L
Decimal 205 77 7 0 0.62 0.97 0.20 21.21 0.93 0.42
Hex CD 4D 7 0 3E 61 14 15 5D 2A
Octal 315 115 7 0 76 141 24 25 135 52
Binary 11001101 1001101 111 0 111110 1100001 10100 10101 1011101 101010

Color Harmonies of #CD4D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4D07

Black with #CD4D07

Text Example


Text Example

White with #CD4D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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