Html Css Color HEX #CD4A07 Tenne (Tawny)

📋 copy color: '#CD4A07'

red 205 ◦ green 74 ◦ blue 7

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

Shades of Tenne (Tawny) #CD4A07

Tints of Tenne (Tawny) #CD4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.87%

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

R = 71.68%
G = 25.87%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.20

RGB Variations

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

Color information

#CD4A07 (or 0xCD4A07) is known color: Tenne (Tawny). HEX triplet: CD, 4A and 07. RGB value is (205,74,7). Sum of RGB (Red+Green+Blue) = 205+74+7=286 (37% of max value = 765). Red value is 205 (80.47% from 255 or 71.68% from 286); Green value is 74 (29.30% from 255 or 25.87% from 286); Blue value is 7 (3.12% from 255 or 2.45% from 286); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4A07 is #32B5F8. Grayscale: #696969. Windows color (decimal): -3323385 or 477901. OLE color: 477901.

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

Color convert

RGB 205 74 7 -
CMYK 0 0.64 0.97 0.20
HSL 20.3º 0.93% 0.42% -
HSV(B) 20.3º 0.97% 0.8% -
XYZ 27.66 17.89 2.2 -
YUV 105.53 72.4 198.95 -
System Red Green Blue C M Y K H S L
Decimal 205 74 7 0 0.64 0.97 0.20 20.3 0.93 0.42
Hex CD 4A 7 0 40 61 14 14 5D 2A
Octal 315 112 7 0 100 141 24 24 135 52
Binary 11001101 1001010 111 0 1000000 1100001 10100 10100 1011101 101010

Color Harmonies of #CD4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4A07

Black with #CD4A07

Text Example


Text Example

White with #CD4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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