#835025

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

Shades of Korma #835025

Tints of Korma #835025

Color information

#835025 (or 0x835025) is unknown color: approx Korma. HEX triplet: 83, 50 and 25. RGB value is (131,80,37). Sum of RGB (Red+Green+Blue) = 131+80+37=248 (32% of max value = 765). Red value is 131 (51.56% from 255 or 52.82% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 131 - color contains mainly: red. Hex color #835025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835025 is #7CAFDA. Grayscale: #5A5A5A. Windows color (decimal): -8171483 or 2445443. OLE color: 2445443.

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

Color convert

RGB1318037-
CMYK00.390.720.49
HSL27.45º55.95%32.94%-
HSV(B)27.45º71.76%51.37%-
XYZ12.5610.73.15-
YUV90.3597.9157-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.82%
GREEN value IS 80 (31.64% from 255) = 32.26%
BLUE value IS 37 (14.84% from 255) = 14.92%
R=52.82%
G=32.26%
B=14.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131803700.390.720.4927.4555.9532.94
Hex83502502748311b3821
Octal2031204504711061337041
Binary1000001110100001001010100111100100011000111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835025; }

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

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

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

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

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

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

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

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