#835229

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

Shades of Korma #835229

Tints of Korma #835229

Color information

#835229 (or 0x835229) is unknown color: approx Korma. HEX triplet: 83, 52 and 29. RGB value is (131,82,41). Sum of RGB (Red+Green+Blue) = 131+82+41=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 41 (16.41% from 255 or 16.14% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #835229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835229 is #7CADD6. Grayscale: #5C5C5C. Windows color (decimal): -8170967 or 2708099. OLE color: 2708099.

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

Color convert

RGB1318241-
CMYK00.370.690.49
HSL27.33º52.33%33.73%-
HSV(B)27.33º68.7%51.37%-
XYZ12.7811.023.55-
YUV91.9899.23155.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 41 (16.41% from 255) = 16.14%
R=51.57%
G=32.28%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131824100.370.690.4927.3352.3333.73
Hex83522902545311b3422
Octal2031225104510561336442
Binary1000001110100101010010100101100010111000111011110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835229; }

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

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

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

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

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

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

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

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