#835533

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

Shades of Korma #835533

Tints of Korma #835533

Color information

#835533 (or 0x835533) is unknown color: approx Korma. HEX triplet: 83, 55 and 33. RGB value is (131,85,51). Sum of RGB (Red+Green+Blue) = 131+85+51=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #835533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835533 is #7CAACC. Grayscale: #5F5F5F. Windows color (decimal): -8170189 or 3364227. OLE color: 3364227.

HSL color Cylindrical-coordinate representation of color #835533: hue angle of 25.5º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #835533 is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1318551-
CMYK00.350.610.49
HSL25.5º43.96%35.69%-
HSV(B)25.5º61.07%51.37%-
XYZ13.2111.564.67-
YUV94.88103.24153.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.06%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 51 (20.31% from 255) = 19.10%
R=49.06%
G=31.84%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131855100.350.610.4925.543.9635.69
Hex8355330233D311a2c24
Octal203125630437561325444
Binary100000111010101110011010001111110111000111010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835533; }

 p { color: rgb(131,85,51); }

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

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

 a { background-color: rgb(131,85,51); }

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

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

 span { border-color: rgb(131,85,51); }

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