#835128

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

Shades of Korma #835128

Tints of Korma #835128

Color information

#835128 (or 0x835128) is unknown color: approx Korma. HEX triplet: 83, 51 and 28. RGB value is (131,81,40). Sum of RGB (Red+Green+Blue) = 131+81+40=252 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.98% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 131 - color contains mainly: red. Hex color #835128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835128 is #7CAED7. Grayscale: #5B5B5B. Windows color (decimal): -8171224 or 2642307. OLE color: 2642307.

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

Color convert

RGB1318140-
CMYK00.380.690.49
HSL27.03º53.22%33.53%-
HSV(B)27.03º69.47%51.37%-
XYZ12.6910.863.44-
YUV91.2899.06156.33-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.98%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=51.98%
G=32.14%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131814000.380.690.4927.0353.2233.53
Hex83512802645311b3522
Octal2031215004610561336542
Binary1000001110100011010000100110100010111000111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835128; }

 p { color: rgb(131,81,40); }

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

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

 a { background-color: rgb(131,81,40); }

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

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

 span { border-color: rgb(131,81,40); }

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