#835535

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

Shades of Korma #835535

Tints of Korma #835535

Color information

#835535 (or 0x835535) is unknown color: approx Korma. HEX triplet: 83, 55 and 35. RGB value is (131,85,53). Sum of RGB (Red+Green+Blue) = 131+85+53=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #835535 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835535 is #7CAACA. Grayscale: #5F5F5F. Windows color (decimal): -8170187 or 3495299. OLE color: 3495299.

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

Color convert

RGB1318553-
CMYK00.350.600.49
HSL24.62º42.39%36.08%-
HSV(B)24.62º59.54%51.37%-
XYZ13.2511.584.9-
YUV95.11104.24153.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=48.70%
G=31.60%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131855300.350.600.4924.6242.3936.08
Hex8355350233C31192a24
Octal203125650437461315244
Binary100000111010101110101010001111110011000111001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835535; }

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

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

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

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

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

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

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

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