Html Css Color HEX #C45612 Tenne (Tawny)

📋 copy color: '#C45612'

red 196 ◦ green 86 ◦ blue 18

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

Shades of Tenne (Tawny) #C45612

Tints of Tenne (Tawny) #C45612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6%

R = 65.33%
G = 28.67%
B = 6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45612 (or 0xC45612) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 12. RGB value is (196,86,18). Sum of RGB (Red+Green+Blue) = 196+86+18=300 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 196 - color contains mainly: red. Hex color #C45612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45612 is #3BA9ED. Grayscale: #6F6F6F. Windows color (decimal): -3910126 or 1201860. OLE color: 1201860.

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

Color convert

RGB 196 86 18 -
CMYK 0 0.56 0.91 0.23
HSL 22.92º 0.83% 0.42% -
HSV(B) 22.92º 0.91% 0.77% -
XYZ 26.2 18.44 2.75 -
YUV 111.14 75.44 188.53 -
System Red Green Blue C M Y K H S L
Decimal 196 86 18 0 0.56 0.91 0.23 22.92 0.83 0.42
Hex C4 56 12 0 38 5B 17 17 53 2A
Octal 304 126 22 0 70 133 27 27 123 52
Binary 11000100 1010110 10010 0 111000 1011011 10111 10111 1010011 101010

Color Harmonies of #C45612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45612

Black with #C45612

Text Example


Text Example

White with #C45612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45612; }

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

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

background-color css

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

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

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

border-color css

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

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

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