Html Css Color HEX #C45C11 Tenne (Tawny)

📋 copy color: '#C45C11'

red 196 ◦ green 92 ◦ blue 17

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

Shades of Tenne (Tawny) #C45C11

Tints of Tenne (Tawny) #C45C11

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.16%

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

R = 64.26%
G = 30.16%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C45C11 (or 0xC45C11) is known color: Tenne (Tawny). HEX triplet: C4, 5C and 11. RGB value is (196,92,17). Sum of RGB (Red+Green+Blue) = 196+92+17=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 17 (7.03% from 255 or 5.57% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45C11 is #3BA3EE. Grayscale: #727272. Windows color (decimal): -3908591 or 1137860. OLE color: 1137860.

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

Color convert

RGB 196 92 17 -
CMYK 0 0.53 0.91 0.23
HSL 25.14º 0.84% 0.42% -
HSV(B) 25.14º 0.91% 0.77% -
XYZ 26.69 19.43 2.87 -
YUV 114.55 72.96 186.1 -
System Red Green Blue C M Y K H S L
Decimal 196 92 17 0 0.53 0.91 0.23 25.14 0.84 0.42
Hex C4 5C 11 0 35 5B 17 19 54 2A
Octal 304 134 21 0 65 133 27 31 124 52
Binary 11000100 1011100 10001 0 110101 1011011 10111 11001 1010100 101010

Color Harmonies of #C45C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45C11

Black with #C45C11

Text Example


Text Example

White with #C45C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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