Html Css Color HEX #C15812 Tenne (Tawny)

📋 copy color: '#C15812'

red 193 ◦ green 88 ◦ blue 18

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

Shades of Tenne (Tawny) #C15812

Tints of Tenne (Tawny) #C15812

RGB

 RED value IS 193 (75.78% from 255) = 64.55%

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

 BLUE value IS 18 (7.42% from 255) = 6.02%

R = 64.55%
G = 29.43%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C15812 (or 0xC15812) is known color: Tenne (Tawny). HEX triplet: C1, 58 and 12. RGB value is (193,88,18). Sum of RGB (Red+Green+Blue) = 193+88+18=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 18 (7.42% from 255 or 6.02% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C15812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C15812 is #3EA7ED. Grayscale: #6F6F6F. Windows color (decimal): -4106222 or 1202369. OLE color: 1202369.

HSL color Cylindrical-coordinate representation of color #C15812: hue angle of 24º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C15812 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 88 18 -
CMYK 0 0.54 0.91 0.24
HSL 24º 0.83% 0.41% -
HSV(B) 24º 0.91% 0.76% -
XYZ 25.59 18.36 2.77 -
YUV 111.42 75.29 186.19 -
System Red Green Blue C M Y K H S L
Decimal 193 88 18 0 0.54 0.91 0.24 24 0.83 0.41
Hex C1 58 12 0 36 5B 18 18 53 29
Octal 301 130 22 0 66 133 30 30 123 51
Binary 11000001 1011000 10010 0 110110 1011011 11000 11000 1010011 101001

Color Harmonies of #C15812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15812

Black with #C15812

Text Example


Text Example

White with #C15812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15812; }

 p { color: rgb(193,88,18); }

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

background-color css

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

 a { background-color: rgb(193,88,18); }

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

border-color css

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

 span { border-color: rgb(193,88,18); }

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