Html Css Color HEX #C45811 Tenne (Tawny)

📋 copy color: '#C45811'

red 196 ◦ green 88 ◦ blue 17

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

Shades of Tenne (Tawny) #C45811

Tints of Tenne (Tawny) #C45811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.24%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 65.12%
G = 29.24%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45811 (or 0xC45811) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 11. RGB value is (196,88,17). Sum of RGB (Red+Green+Blue) = 196+88+17=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C45811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45811 is #3BA7EE. Grayscale: #707070. Windows color (decimal): -3909615 or 1136836. OLE color: 1136836.

HSL color Cylindrical-coordinate representation of color #C45811: hue angle of 23.8º degrees, saturation: 0.84, 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 #C45811 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 88 17 -
CMYK 0 0.55 0.91 0.23
HSL 23.8º 0.84% 0.42% -
HSV(B) 23.8º 0.91% 0.77% -
XYZ 26.36 18.76 2.76 -
YUV 112.2 74.28 187.77 -
System Red Green Blue C M Y K H S L
Decimal 196 88 17 0 0.55 0.91 0.23 23.8 0.84 0.42
Hex C4 58 11 0 37 5B 17 18 54 2A
Octal 304 130 21 0 67 133 27 30 124 52
Binary 11000100 1011000 10001 0 110111 1011011 10111 11000 1010100 101010

Color Harmonies of #C45811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45811

Black with #C45811

Text Example


Text Example

White with #C45811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45811; }

 p { color: rgb(196,88,17); }

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

background-color css

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

 a { background-color: rgb(196,88,17); }

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

border-color css

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

 span { border-color: rgb(196,88,17); }

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