#835234

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

Shades of Korma #835234

Tints of Korma #835234

Color information

#835234 (or 0x835234) is unknown color: approx Korma. HEX triplet: 83, 52 and 34. RGB value is (131,82,52). Sum of RGB (Red+Green+Blue) = 131+82+52=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #835234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835234 is #7CADCB. Grayscale: #5D5D5D. Windows color (decimal): -8170956 or 3428995. OLE color: 3428995.

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

Color convert

RGB1318252-
CMYK00.370.600.49
HSL22.78º43.17%35.88%-
HSV(B)22.78º60.31%51.37%-
XYZ1311.114.71-
YUV93.23104.73154.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 52 (20.70% from 255) = 19.62%
R=49.43%
G=30.94%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131825200.370.600.4922.7843.1735.88
Hex8352340253C31172b24
Octal203122640457461275344
Binary100000111010010110100010010111110011000110111101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835234; }

 p { color: rgb(131,82,52); }

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

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

 a { background-color: rgb(131,82,52); }

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

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

 span { border-color: rgb(131,82,52); }

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