Html Css Color HEX #C45504 Tenne (Tawny)

📋 copy color: '#C45504'

red 196 ◦ green 85 ◦ blue 4

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

Shades of Tenne (Tawny) #C45504

Tints of Tenne (Tawny) #C45504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

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

R = 68.77%
G = 29.82%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C45504 (or 0xC45504) is known color: Tenne (Tawny). HEX triplet: C4, 55 and 04. RGB value is (196,85,4). Sum of RGB (Red+Green+Blue) = 196+85+4=285 (37% of max value = 765). Red value is 196 (76.95% from 255 or 68.77% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 196 - color contains mainly: red. Hex color #C45504 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45504 is #3BAAFB. Grayscale: #6D6D6D. Windows color (decimal): -3910396 or 284100. OLE color: 284100.

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

Color convert

RGB 196 85 4 -
CMYK 0 0.57 0.98 0.23
HSL 25.31º 0.96% 0.39% -
HSV(B) 25.31º 0.98% 0.77% -
XYZ 26.04 18.24 2.26 -
YUV 108.96 68.77 190.09 -
System Red Green Blue C M Y K H S L
Decimal 196 85 4 0 0.57 0.98 0.23 25.31 0.96 0.39
Hex C4 55 4 0 39 62 17 19 60 27
Octal 304 125 4 0 71 142 27 31 140 47
Binary 11000100 1010101 100 0 111001 1100010 10111 11001 1100000 100111

Color Harmonies of #C45504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45504

Black with #C45504

Text Example


Text Example

White with #C45504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45504; }

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

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

background-color css

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

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

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

border-color css

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

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

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