#835331

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

Shades of Korma #835331

Tints of Korma #835331

Color information

#835331 (or 0x835331) is unknown color: approx Korma. HEX triplet: 83, 53 and 31. RGB value is (131,83,49). Sum of RGB (Red+Green+Blue) = 131+83+49=263 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.81% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 131 - color contains mainly: red. Hex color #835331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835331 is #7CACCE. Grayscale: #5D5D5D. Windows color (decimal): -8170703 or 3232643. OLE color: 3232643.

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

Color convert

RGB1318349-
CMYK00.370.630.49
HSL24.88º45.56%35.29%-
HSV(B)24.88º62.6%51.37%-
XYZ13.0111.234.39-
YUV93.48102.9154.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.81%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 49 (19.53% from 255) = 18.63%
R=49.81%
G=31.56%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131834900.370.630.4924.8845.5635.29
Hex8353310253F31192e23
Octal203123610457761315643
Binary100000111010011110001010010111111111000111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835331; }

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

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

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

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

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

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

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

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