#835333

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

Shades of Korma #835333

Tints of Korma #835333

Color information

#835333 (or 0x835333) is unknown color: approx Korma. HEX triplet: 83, 53 and 33. RGB value is (131,83,51). Sum of RGB (Red+Green+Blue) = 131+83+51=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 83 (32.81% from 255 or 31.32% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #835333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835333 is #7CACCC. Grayscale: #5D5D5D. Windows color (decimal): -8170701 or 3363715. OLE color: 3363715.

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

Color convert

RGB1318351-
CMYK00.370.610.49
HSL24º43.96%35.69%-
HSV(B)24º61.07%51.37%-
XYZ13.0511.254.62-
YUV93.7103.9154.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 83 (32.81% from 255) = 31.32%
BLUE value IS 51 (20.31% from 255) = 19.25%
R=49.43%
G=31.32%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131835100.370.610.492443.9635.69
Hex8353330253D31182c24
Octal203123630457561305444
Binary100000111010011110011010010111110111000111000101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835333; }

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

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

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

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

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

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

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

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