#835033

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

Shades of Korma #835033

Tints of Korma #835033

Color information

#835033 (or 0x835033) is unknown color: approx Korma. HEX triplet: 83, 50 and 33. RGB value is (131,80,51). Sum of RGB (Red+Green+Blue) = 131+80+51=262 (34% of max value = 765). Red value is 131 (51.56% from 255 or 50% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 131 - color contains mainly: red. Hex color #835033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835033 is #7CAFCC. Grayscale: #5C5C5C. Windows color (decimal): -8171469 or 3362947. OLE color: 3362947.

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

Color convert

RGB1318051-
CMYK00.390.610.49
HSL21.75º43.96%35.69%-
HSV(B)21.75º61.07%51.37%-
XYZ12.8310.84.54-
YUV91.94104.9155.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=50%
G=30.53%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131805100.390.610.4921.7543.9635.69
Hex8350330273D31162c24
Octal203120630477561265444
Binary100000111010000110011010011111110111000110110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835033; }

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

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

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

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

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

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

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

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