Html Css Color HEX #C45110 Tenne (Tawny)

📋 copy color: '#C45110'

red 196 ◦ green 81 ◦ blue 16

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

Shades of Tenne (Tawny) #C45110

Tints of Tenne (Tawny) #C45110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 66.89%
G = 27.65%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C45110 (or 0xC45110) is known color: Tenne (Tawny). HEX triplet: C4, 51 and 10. RGB value is (196,81,16). Sum of RGB (Red+Green+Blue) = 196+81+16=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C45110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45110 is #3BAEEF. Grayscale: #6C6C6C. Windows color (decimal): -3911408 or 1069508. OLE color: 1069508.

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

Color convert

RGB 196 81 16 -
CMYK 0 0.59 0.92 0.23
HSL 21.67º 0.85% 0.42% -
HSV(B) 21.67º 0.92% 0.77% -
XYZ 25.8 17.66 2.54 -
YUV 107.98 76.1 190.79 -
System Red Green Blue C M Y K H S L
Decimal 196 81 16 0 0.59 0.92 0.23 21.67 0.85 0.42
Hex C4 51 10 0 3B 5C 17 16 55 2A
Octal 304 121 20 0 73 134 27 26 125 52
Binary 11000100 1010001 10000 0 111011 1011100 10111 10110 1010101 101010

Color Harmonies of #C45110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45110

Black with #C45110

Text Example


Text Example

White with #C45110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45110; }

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

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

background-color css

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

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

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

border-color css

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

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

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