Html Css Color HEX #C45407 Tenne (Tawny)

📋 copy color: '#C45407'

red 196 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #C45407

Tints of Tenne (Tawny) #C45407

RGB

 RED value IS 196 (76.95% from 255) = 68.29%

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

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

R = 68.29%
G = 29.27%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45407 (or 0xC45407) is known color: Tenne (Tawny). HEX triplet: C4, 54 and 07. RGB value is (196,84,7). Sum of RGB (Red+Green+Blue) = 196+84+7=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 84 (33.20% from 255 or 29.27% from 287); Blue value is 7 (3.12% from 255 or 2.44% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C45407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45407 is #3BABF8. Grayscale: #6D6D6D. Windows color (decimal): -3910649 or 480452. OLE color: 480452.

HSL color Cylindrical-coordinate representation of color #C45407: hue angle of 24.44º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C45407 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 84 7 -
CMYK 0 0.57 0.96 0.23
HSL 24.44º 0.93% 0.4% -
HSV(B) 24.44º 0.96% 0.77% -
XYZ 25.97 18.09 2.32 -
YUV 108.71 70.61 190.26 -
System Red Green Blue C M Y K H S L
Decimal 196 84 7 0 0.57 0.96 0.23 24.44 0.93 0.4
Hex C4 54 7 0 39 60 17 18 5D 28
Octal 304 124 7 0 71 140 27 30 135 50
Binary 11000100 1010100 111 0 111001 1100000 10111 11000 1011101 101000

Color Harmonies of #C45407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45407

Black with #C45407

Text Example


Text Example

White with #C45407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45407; }

 p { color: rgb(196,84,7); }

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

background-color css

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

 a { background-color: rgb(196,84,7); }

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

border-color css

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

 span { border-color: rgb(196,84,7); }

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