#835026

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

Shades of Korma #835026

Tints of Korma #835026

Color information

#835026 (or 0x835026) is unknown color: approx Korma. HEX triplet: 83, 50 and 26. RGB value is (131,80,38). Sum of RGB (Red+Green+Blue) = 131+80+38=249 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.61% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 38 (15.23% from 255 or 15.26% from 249); Max value from RGB is 131 - color contains mainly: red. Hex color #835026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835026 is #7CAFD9. Grayscale: #5A5A5A. Windows color (decimal): -8171482 or 2510979. OLE color: 2510979.

HSL color Cylindrical-coordinate representation of color #835026: hue angle of 27.1º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #835026 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB1318038-
CMYK00.390.710.49
HSL27.1º55.03%33.14%-
HSV(B)27.1º70.99%51.37%-
XYZ12.5810.73.24-
YUV90.4698.4156.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.61%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 38 (15.23% from 255) = 15.26%
R=52.61%
G=32.13%
B=15.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131803800.390.710.4927.155.0333.14
Hex83502602747311b3721
Octal2031204604710761336741
Binary1000001110100001001100100111100011111000111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835026; }

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

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

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

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

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

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

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

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