Html Css Color HEX #C45813 Tenne (Tawny)

📋 copy color: '#C45813'

red 196 ◦ green 88 ◦ blue 19

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

Shades of Tenne (Tawny) #C45813

Tints of Tenne (Tawny) #C45813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.04%

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

R = 64.69%
G = 29.04%
B = 6.27%

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

#C45813 (or 0xC45813) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 13. RGB value is (196,88,19). Sum of RGB (Red+Green+Blue) = 196+88+19=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C45813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45813 is #3BA7EC. Grayscale: #707070. Windows color (decimal): -3909613 or 1267908. OLE color: 1267908.

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

Color convert

RGB 196 88 19 -
CMYK 0 0.55 0.90 0.23
HSL 23.39º 0.82% 0.42% -
HSV(B) 23.39º 0.9% 0.77% -
XYZ 26.37 18.76 2.85 -
YUV 112.43 75.28 187.61 -
System Red Green Blue C M Y K H S L
Decimal 196 88 19 0 0.55 0.90 0.23 23.39 0.82 0.42
Hex C4 58 13 0 37 5A 17 17 52 2A
Octal 304 130 23 0 67 132 27 27 122 52
Binary 11000100 1011000 10011 0 110111 1011010 10111 10111 1010010 101010

Color Harmonies of #C45813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45813

Black with #C45813

Text Example


Text Example

White with #C45813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45813; }

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

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

background-color css

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

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

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

border-color css

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

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

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