#835732

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

Shades of Korma #835732

Tints of Korma #835732

Color information

#835732 (or 0x835732) is unknown color: approx Korma. HEX triplet: 83, 57 and 32. RGB value is (131,87,50). Sum of RGB (Red+Green+Blue) = 131+87+50=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #835732 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835732 is #7CA8CD. Grayscale: #606060. Windows color (decimal): -8169678 or 3299203. OLE color: 3299203.

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

Color convert

RGB1318750-
CMYK00.340.620.49
HSL27.41º44.75%35.49%-
HSV(B)27.41º61.83%51.37%-
XYZ13.3411.874.61-
YUV95.94102.08153.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 50 (19.92% from 255) = 18.66%
R=48.88%
G=32.46%
B=18.66%

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
Decimal131875000.340.620.4927.4144.7535.49
Hex8357320223E311b2d23
Octal203127620427661335543
Binary100000111010111110010010001011111011000111011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835732; }

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

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

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

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

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

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

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

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