Html Css Color HEX #C45111 Tenne (Tawny)

📋 copy color: '#C45111'

red 196 ◦ green 81 ◦ blue 17

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

Shades of Tenne (Tawny) #C45111

Tints of Tenne (Tawny) #C45111

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.55%

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

R = 66.67%
G = 27.55%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45111 (or 0xC45111) is known color: Tenne (Tawny). HEX triplet: C4, 51 and 11. RGB value is (196,81,17). Sum of RGB (Red+Green+Blue) = 196+81+17=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 17 (7.03% from 255 or 5.78% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C45111 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45111 is #3BAEEE. Grayscale: #6C6C6C. Windows color (decimal): -3911407 or 1135044. OLE color: 1135044.

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

Color convert

RGB 196 81 17 -
CMYK 0 0.59 0.91 0.23
HSL 21.45º 0.84% 0.42% -
HSV(B) 21.45º 0.91% 0.77% -
XYZ 25.81 17.66 2.58 -
YUV 108.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 196 81 17 0 0.59 0.91 0.23 21.45 0.84 0.42
Hex C4 51 11 0 3B 5B 17 15 54 2A
Octal 304 121 21 0 73 133 27 25 124 52
Binary 11000100 1010001 10001 0 111011 1011011 10111 10101 1010100 101010

Color Harmonies of #C45111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45111

Black with #C45111

Text Example


Text Example

White with #C45111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45111; }

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

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

background-color css

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

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

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

border-color css

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

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

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