#825039

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

Shades of Cigar #825039

Tints of Cigar #825039

Color information

#825039 (or 0x825039) is unknown color: approx Cigar. HEX triplet: 82, 50 and 39. RGB value is (130,80,57). Sum of RGB (Red+Green+Blue) = 130+80+57=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825039 is #7DAFC6. Grayscale: #5C5C5C. Windows color (decimal): -8236999 or 3756162. OLE color: 3756162.

HSL color Cylindrical-coordinate representation of color #825039: hue angle of 18.9º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #825039 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB1308057-
CMYK00.380.560.49
HSL18.9º39.04%36.67%-
HSV(B)18.9º56.15%50.98%-
XYZ12.8110.785.28-
YUV92.33108.06154.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 57 (22.66% from 255) = 21.35%
R=48.69%
G=29.96%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130805700.380.560.4918.939.0436.67
Hex8250390263831132725
Octal202120710467061234745
Binary100000101010000111001010011011100011000110011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825039; }

 p { color: rgb(130,80,57); }

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

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

 a { background-color: rgb(130,80,57); }

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

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

 span { border-color: rgb(130,80,57); }

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