#824F33

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

Shades of Cigar #824F33

Tints of Cigar #824F33

Color information

#824F33 (or 0x824F33) is unknown color: approx Cigar. HEX triplet: 82, 4F and 33. RGB value is (130,79,51). Sum of RGB (Red+Green+Blue) = 130+79+51=260 (34% of max value = 765). Red value is 130 (51.17% from 255 or 50% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 51 (20.31% from 255 or 19.62% from 260); Max value from RGB is 130 - color contains mainly: red. Hex color #824F33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F33 is #7DB0CC. Grayscale: #5B5B5B. Windows color (decimal): -8237261 or 3362690. OLE color: 3362690.

HSL color Cylindrical-coordinate representation of color #824F33: hue angle of 21.27º 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 #824F33 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1307951-
CMYK00.390.610.49
HSL21.27º43.65%35.49%-
HSV(B)21.27º60.77%50.98%-
XYZ12.610.584.51-
YUV91.06105.4155.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 50%
GREEN value IS 79 (31.25% from 255) = 30.38%
BLUE value IS 51 (20.31% from 255) = 19.62%
R=50%
G=30.38%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130795100.390.610.4921.2743.6535.49
Hex824F330273D31152c23
Octal202117630477561255443
Binary100000101001111110011010011111110111000110101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F33; }

 p { color: rgb(130,79,51); }

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

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

 a { background-color: rgb(130,79,51); }

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

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

 span { border-color: rgb(130,79,51); }

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