#815034

Color #815034 Cigar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cigar #815034

Tints of Cigar #815034

Color information

#815034 (or 0x815034) is unknown color: approx Cigar. HEX triplet: 81, 50 and 34. RGB value is (129,80,52). Sum of RGB (Red+Green+Blue) = 129+80+52=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #815034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815034 is #7EAFCB. Grayscale: #5B5B5B. Windows color (decimal): -8302540 or 3428481. OLE color: 3428481.

HSL color Cylindrical-coordinate representation of color #815034: hue angle of 21.82º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815034 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB1298052-
CMYK00.380.600.49
HSL21.82º42.54%35.49%-
HSV(B)21.82º59.69%50.59%-
XYZ12.5410.654.64-
YUV91.46105.73154.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 49.43%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 52 (20.70% from 255) = 19.92%
R=49.43%
G=30.65%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129805200.380.600.4921.8242.5435.49
Hex8150340263C31162b23
Octal201120640467461265343
Binary100000011010000110100010011011110011000110110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815034; }

 p { color: rgb(129,80,52); }

 H1.HeaderClassName
 {
   color: #815034;
 }
 .AnyTagClassName
 {
   color: #815034;
 }
</style>
background-color css

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

 a { background-color: rgb(129,80,52); }

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

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

 span { border-color: rgb(129,80,52); }

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