Html Css Color HEX #C45616 Tenne (Tawny)

📋 copy color: '#C45616'

red 196 ◦ green 86 ◦ blue 22

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

Shades of Tenne (Tawny) #C45616

Tints of Tenne (Tawny) #C45616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.24%

R = 64.47%
G = 28.29%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C45616 (or 0xC45616) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 16. RGB value is (196,86,22). Sum of RGB (Red+Green+Blue) = 196+86+22=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 86 (33.98% from 255 or 28.29% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45616 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45616 is #3BA9E9. Grayscale: #6F6F6F. Windows color (decimal): -3910122 or 1464004. OLE color: 1464004.

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

Color convert

RGB 196 86 22 -
CMYK 0 0.56 0.89 0.23
HSL 22.07º 0.8% 0.43% -
HSV(B) 22.07º 0.89% 0.77% -
XYZ 26.24 18.45 2.94 -
YUV 111.59 77.44 188.2 -
System Red Green Blue C M Y K H S L
Decimal 196 86 22 0 0.56 0.89 0.23 22.07 0.8 0.43
Hex C4 56 16 0 38 59 17 16 50 2B
Octal 304 126 26 0 70 131 27 26 120 53
Binary 11000100 1010110 10110 0 111000 1011001 10111 10110 1010000 101011

Color Harmonies of #C45616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45616

Black with #C45616

Text Example


Text Example

White with #C45616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45616; }

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

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

background-color css

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

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

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

border-color css

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

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

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