Html Css Color HEX #C45311 Tenne (Tawny)

📋 copy color: '#C45311'

red 196 ◦ green 83 ◦ blue 17

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

Shades of Tenne (Tawny) #C45311

Tints of Tenne (Tawny) #C45311

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.04%

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

R = 66.22%
G = 28.04%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45311 (or 0xC45311) is known color: Tenne (Tawny). HEX triplet: C4, 53 and 11. RGB value is (196,83,17). Sum of RGB (Red+Green+Blue) = 196+83+17=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C45311 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45311 is #3BACEE. Grayscale: #6D6D6D. Windows color (decimal): -3910895 or 1135556. OLE color: 1135556.

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

Color convert

RGB 196 83 17 -
CMYK 0 0.58 0.91 0.23
HSL 22.12º 0.84% 0.42% -
HSV(B) 22.12º 0.91% 0.77% -
XYZ 25.96 17.96 2.63 -
YUV 109.26 75.94 189.87 -
System Red Green Blue C M Y K H S L
Decimal 196 83 17 0 0.58 0.91 0.23 22.12 0.84 0.42
Hex C4 53 11 0 3A 5B 17 16 54 2A
Octal 304 123 21 0 72 133 27 26 124 52
Binary 11000100 1010011 10001 0 111010 1011011 10111 10110 1010100 101010

Color Harmonies of #C45311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45311

Black with #C45311

Text Example


Text Example

White with #C45311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45311; }

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

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

background-color css

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

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

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

border-color css

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

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

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