Html Css Color HEX #C45913 Tenne (Tawny)

📋 copy color: '#C45913'

red 196 ◦ green 89 ◦ blue 19

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

Shades of Tenne (Tawny) #C45913

Tints of Tenne (Tawny) #C45913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.28%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 64.47%
G = 29.28%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C45913 (or 0xC45913) is known color: Tenne (Tawny). HEX triplet: C4, 59 and 13. RGB value is (196,89,19). Sum of RGB (Red+Green+Blue) = 196+89+19=304 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.47% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 196 - color contains mainly: red. Hex color #C45913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45913 is #3BA6EC. Grayscale: #717171. Windows color (decimal): -3909357 or 1268164. OLE color: 1268164.

HSL color Cylindrical-coordinate representation of color #C45913: hue angle of 23.73º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C45913 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 89 19 -
CMYK 0 0.55 0.90 0.23
HSL 23.73º 0.82% 0.42% -
HSV(B) 23.73º 0.9% 0.77% -
XYZ 26.45 18.93 2.88 -
YUV 113.01 74.95 187.19 -
System Red Green Blue C M Y K H S L
Decimal 196 89 19 0 0.55 0.90 0.23 23.73 0.82 0.42
Hex C4 59 13 0 37 5A 17 18 52 2A
Octal 304 131 23 0 67 132 27 30 122 52
Binary 11000100 1011001 10011 0 110111 1011010 10111 11000 1010010 101010

Color Harmonies of #C45913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45913

Black with #C45913

Text Example


Text Example

White with #C45913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45913; }

 p { color: rgb(196,89,19); }

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

background-color css

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

 a { background-color: rgb(196,89,19); }

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

border-color css

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

 span { border-color: rgb(196,89,19); }

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