#825436

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

Shades of Cigar #825436

Tints of Cigar #825436

Color information

#825436 (or 0x825436) is unknown color: approx Cigar. HEX triplet: 82, 54 and 36. RGB value is (130,84,54). Sum of RGB (Red+Green+Blue) = 130+84+54=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825436 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825436 is #7DABC9. Grayscale: #5E5E5E. Windows color (decimal): -8235978 or 3560578. OLE color: 3560578.

HSL color Cylindrical-coordinate representation of color #825436: hue angle of 23.68º 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 #825436 is Cyan = 0, Magento = 0.35, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB1308454-
CMYK00.350.580.49
HSL23.68º41.3%36.08%-
HSV(B)23.68º58.46%50.98%-
XYZ13.0411.354.99-
YUV94.33105.24153.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 54 (21.48% from 255) = 20.15%
R=48.51%
G=31.34%
B=20.15%

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
Decimal130845400.350.580.4923.6841.336.08
Hex8254360233A31182924
Octal202124660437261305144
Binary100000101010100110110010001111101011000111000101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825436; }

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

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

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

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

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

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

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

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