#814B32

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

Shades of Cigar #814B32

Tints of Cigar #814B32

Color information

#814B32 (or 0x814B32) is unknown color: approx Cigar. HEX triplet: 81, 4B and 32. RGB value is (129,75,50). Sum of RGB (Red+Green+Blue) = 129+75+50=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #814B32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B32 is #7EB4CD. Grayscale: #585858. Windows color (decimal): -8303822 or 3296129. OLE color: 3296129.

HSL color Cylindrical-coordinate representation of color #814B32: hue angle of 18.99º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #814B32 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1297550-
CMYK00.420.610.49
HSL18.99º44.13%35.1%-
HSV(B)18.99º61.24%50.59%-
XYZ12.159.934.29-
YUV88.3106.39157.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 50.79%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=50.79%
G=29.53%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129755000.420.610.4918.9944.1335.1
Hex814B3202A3D31132c23
Octal201113620527561235443
Binary100000011001011110010010101011110111000110011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814B32; }

 p { color: rgb(129,75,50); }

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

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

 a { background-color: rgb(129,75,50); }

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

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

 span { border-color: rgb(129,75,50); }

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