#835028

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

Shades of Korma #835028

Tints of Korma #835028

Color information

#835028 (or 0x835028) is unknown color: approx Korma. HEX triplet: 83, 50 and 28. RGB value is (131,80,40). Sum of RGB (Red+Green+Blue) = 131+80+40=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #835028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835028 is #7CAFD7. Grayscale: #5A5A5A. Windows color (decimal): -8171480 or 2642051. OLE color: 2642051.

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

Color convert

RGB1318040-
CMYK00.390.690.49
HSL26.37º53.22%33.53%-
HSV(B)26.37º69.47%51.37%-
XYZ12.6110.723.41-
YUV90.6999.4156.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 40 (16.02% from 255) = 15.94%
R=52.19%
G=31.87%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131804000.390.690.4926.3753.2233.53
Hex83502802745311a3522
Octal2031205004710561326542
Binary1000001110100001010000100111100010111000111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835028; }

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

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

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

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

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

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

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

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