#835833

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

Shades of Korma #835833

Tints of Korma #835833

Color information

#835833 (or 0x835833) is unknown color: approx Korma. HEX triplet: 83, 58 and 33. RGB value is (131,88,51). Sum of RGB (Red+Green+Blue) = 131+88+51=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #835833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835833 is #7CA7CC. Grayscale: #606060. Windows color (decimal): -8169421 or 3364995. OLE color: 3364995.

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

Color convert

RGB1318851-
CMYK00.330.610.49
HSL27.75º43.96%35.69%-
HSV(B)27.75º61.07%51.37%-
XYZ13.4512.044.75-
YUV96.64102.25152.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 88 (34.77% from 255) = 32.59%
BLUE value IS 51 (20.31% from 255) = 18.89%
R=48.52%
G=32.59%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131885100.330.610.4927.7543.9635.69
Hex8358330213D311c2c24
Octal203130630417561345444
Binary100000111011000110011010000111110111000111100101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835833; }

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

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

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

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

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

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

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

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