#835227

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

Shades of Korma #835227

Tints of Korma #835227

Color information

#835227 (or 0x835227) is unknown color: approx Korma. HEX triplet: 83, 52 and 27. RGB value is (131,82,39). Sum of RGB (Red+Green+Blue) = 131+82+39=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835227 is #7CADD8. Grayscale: #5B5B5B. Windows color (decimal): -8170969 or 2577027. OLE color: 2577027.

HSL color Cylindrical-coordinate representation of color #835227: hue angle of 28.04º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #835227 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1318239-
CMYK00.370.700.49
HSL28.04º54.12%33.33%-
HSV(B)28.04º70.23%51.37%-
XYZ12.7411.013.37-
YUV91.7598.23156-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 82 (32.42% from 255) = 32.54%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=51.98%
G=32.54%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131823900.370.700.4928.0454.1233.33
Hex83522702546311c3621
Octal2031224704510661346641
Binary1000001110100101001110100101100011011000111100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835227; }

 p { color: rgb(131,82,39); }

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

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

 a { background-color: rgb(131,82,39); }

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

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

 span { border-color: rgb(131,82,39); }

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