Html Css Color HEX #C45710 Tenne (Tawny)

📋 copy color: '#C45710'

red 196 ◦ green 87 ◦ blue 16

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

Shades of Tenne (Tawny) #C45710

Tints of Tenne (Tawny) #C45710

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

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

R = 65.55%
G = 29.1%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C45710 (or 0xC45710) is known color: Tenne (Tawny). HEX triplet: C4, 57 and 10. RGB value is (196,87,16). Sum of RGB (Red+Green+Blue) = 196+87+16=299 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.55% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 16 (6.64% from 255 or 5.35% from 299); Max value from RGB is 196 - color contains mainly: red. Hex color #C45710 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45710 is #3BA8EF. Grayscale: #6F6F6F. Windows color (decimal): -3909872 or 1071044. OLE color: 1071044.

HSL color Cylindrical-coordinate representation of color #C45710: hue angle of 23.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 #C45710 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 87 16 -
CMYK 0 0.56 0.92 0.23
HSL 23.67º 0.85% 0.42% -
HSV(B) 23.67º 0.92% 0.77% -
XYZ 26.27 18.59 2.69 -
YUV 111.5 74.11 188.27 -
System Red Green Blue C M Y K H S L
Decimal 196 87 16 0 0.56 0.92 0.23 23.67 0.85 0.42
Hex C4 57 10 0 38 5C 17 18 55 2A
Octal 304 127 20 0 70 134 27 30 125 52
Binary 11000100 1010111 10000 0 111000 1011100 10111 11000 1010101 101010

Color Harmonies of #C45710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45710

Black with #C45710

Text Example


Text Example

White with #C45710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45710; }

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

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

background-color css

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

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

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

border-color css

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

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

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