Html Css Color HEX #C45A04 Tenne (Tawny)

📋 copy color: '#C45A04'

red 196 ◦ green 90 ◦ blue 4

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

Shades of Tenne (Tawny) #C45A04

Tints of Tenne (Tawny) #C45A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.03%

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

R = 67.59%
G = 31.03%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45A04 (or 0xC45A04) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 04. RGB value is (196,90,4). Sum of RGB (Red+Green+Blue) = 196+90+4=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 4 (1.95% from 255 or 1.38% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A04 is #3BA5FB. Grayscale: #707070. Windows color (decimal): -3909116 or 285380. OLE color: 285380.

HSL color Cylindrical-coordinate representation of color #C45A04: hue angle of 26.88º 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 #C45A04 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 90 4 -
CMYK 0 0.54 0.98 0.23
HSL 26.88º 0.96% 0.39% -
HSV(B) 26.88º 0.98% 0.77% -
XYZ 26.44 19.06 2.4 -
YUV 111.89 67.12 187.99 -
System Red Green Blue C M Y K H S L
Decimal 196 90 4 0 0.54 0.98 0.23 26.88 0.96 0.39
Hex C4 5A 4 0 36 62 17 1B 60 27
Octal 304 132 4 0 66 142 27 33 140 47
Binary 11000100 1011010 100 0 110110 1100010 10111 11011 1100000 100111

Color Harmonies of #C45A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A04

Black with #C45A04

Text Example


Text Example

White with #C45A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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