#835734

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

Shades of Korma #835734

Tints of Korma #835734

Color information

#835734 (or 0x835734) is unknown color: approx Korma. HEX triplet: 83, 57 and 34. RGB value is (131,87,52). Sum of RGB (Red+Green+Blue) = 131+87+52=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #835734 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835734 is #7CA8CB. Grayscale: #606060. Windows color (decimal): -8169676 or 3430275. OLE color: 3430275.

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

Color convert

RGB1318752-
CMYK00.340.600.49
HSL26.58º43.17%35.88%-
HSV(B)26.58º60.31%51.37%-
XYZ13.3911.894.84-
YUV96.17103.08152.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 52 (20.70% from 255) = 19.26%
R=48.52%
G=32.22%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131875200.340.600.4926.5843.1735.88
Hex8357340223C311b2b24
Octal203127640427461335344
Binary100000111010111110100010001011110011000111011101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835734; }

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

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

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

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

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

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

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

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