Html Css Color HEX #C45604 Tenne (Tawny)

📋 copy color: '#C45604'

red 196 ◦ green 86 ◦ blue 4

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

Shades of Tenne (Tawny) #C45604

Tints of Tenne (Tawny) #C45604

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 68.53%
G = 30.07%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45604 (or 0xC45604) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 04. RGB value is (196,86,4). Sum of RGB (Red+Green+Blue) = 196+86+4=286 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.53% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 196 - color contains mainly: red. Hex color #C45604 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45604 is #3BA9FB. Grayscale: #6D6D6D. Windows color (decimal): -3910140 or 284356. OLE color: 284356.

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

Color convert

RGB 196 86 4 -
CMYK 0 0.56 0.98 0.23
HSL 25.63º 0.96% 0.39% -
HSV(B) 25.63º 0.98% 0.77% -
XYZ 26.11 18.4 2.29 -
YUV 109.54 68.44 189.67 -
System Red Green Blue C M Y K H S L
Decimal 196 86 4 0 0.56 0.98 0.23 25.63 0.96 0.39
Hex C4 56 4 0 38 62 17 1A 60 27
Octal 304 126 4 0 70 142 27 32 140 47
Binary 11000100 1010110 100 0 111000 1100010 10111 11010 1100000 100111

Color Harmonies of #C45604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45604

Black with #C45604

Text Example


Text Example

White with #C45604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45604; }

 p { color: rgb(196,86,4); }

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

background-color css

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

 a { background-color: rgb(196,86,4); }

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

border-color css

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

 span { border-color: rgb(196,86,4); }

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