#825437

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

Shades of Cigar #825437

Tints of Cigar #825437

Color information

#825437 (or 0x825437) is unknown color: approx Cigar. HEX triplet: 82, 54 and 37. RGB value is (130,84,55). Sum of RGB (Red+Green+Blue) = 130+84+55=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #825437 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825437 is #7DABC8. Grayscale: #5E5E5E. Windows color (decimal): -8235977 or 3626114. OLE color: 3626114.

HSL color Cylindrical-coordinate representation of color #825437: hue angle of 23.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825437 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1308455-
CMYK00.350.580.49
HSL23.2º40.54%36.27%-
HSV(B)23.2º57.69%50.98%-
XYZ13.0711.365.12-
YUV94.45105.74153.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 84 (33.20% from 255) = 31.23%
BLUE value IS 55 (21.88% from 255) = 20.45%
R=48.33%
G=31.23%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130845500.350.580.4923.240.5436.27
Hex8254370233A31172924
Octal202124670437261275144
Binary100000101010100110111010001111101011000110111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825437; }

 p { color: rgb(130,84,55); }

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

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

 a { background-color: rgb(130,84,55); }

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

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

 span { border-color: rgb(130,84,55); }

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