#835632

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

Shades of Korma #835632

Tints of Korma #835632

Color information

#835632 (or 0x835632) is unknown color: approx Korma. HEX triplet: 83, 56 and 32. RGB value is (131,86,50). Sum of RGB (Red+Green+Blue) = 131+86+50=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #835632 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835632 is #7CA9CD. Grayscale: #5F5F5F. Windows color (decimal): -8169934 or 3298947. OLE color: 3298947.

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

Color convert

RGB1318650-
CMYK00.340.620.49
HSL26.67º44.75%35.49%-
HSV(B)26.67º61.83%51.37%-
XYZ13.2611.714.58-
YUV95.35102.41153.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=49.06%
G=32.21%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131865000.340.620.4926.6744.7535.49
Hex8356320223E311b2d23
Octal203126620427661335543
Binary100000111010110110010010001011111011000111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835632; }

 p { color: rgb(131,86,50); }

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

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

 a { background-color: rgb(131,86,50); }

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

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

 span { border-color: rgb(131,86,50); }

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