Html Css Color HEX #C45A08 Tenne (Tawny)

📋 copy color: '#C45A08'

red 196 ◦ green 90 ◦ blue 8

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

Shades of Tenne (Tawny) #C45A08

Tints of Tenne (Tawny) #C45A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.72%

R = 66.67%
G = 30.61%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C45A08 (or 0xC45A08) is known color: Tenne (Tawny). HEX triplet: C4, 5A and 08. RGB value is (196,90,8). Sum of RGB (Red+Green+Blue) = 196+90+8=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 8 (3.52% from 255 or 2.72% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45A08 is #3BA5F7. Grayscale: #707070. Windows color (decimal): -3909112 or 547524. OLE color: 547524.

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

Color convert

RGB 196 90 8 -
CMYK 0 0.54 0.96 0.23
HSL 26.17º 0.92% 0.4% -
HSV(B) 26.17º 0.96% 0.77% -
XYZ 26.46 19.07 2.51 -
YUV 112.35 69.12 187.67 -
System Red Green Blue C M Y K H S L
Decimal 196 90 8 0 0.54 0.96 0.23 26.17 0.92 0.4
Hex C4 5A 8 0 36 60 17 1A 5C 28
Octal 304 132 10 0 66 140 27 32 134 50
Binary 11000100 1011010 1000 0 110110 1100000 10111 11010 1011100 101000

Color Harmonies of #C45A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45A08

Black with #C45A08

Text Example


Text Example

White with #C45A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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