#835433

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

Shades of Korma #835433

Tints of Korma #835433

Color information

#835433 (or 0x835433) is unknown color: approx Korma. HEX triplet: 83, 54 and 33. RGB value is (131,84,51). Sum of RGB (Red+Green+Blue) = 131+84+51=266 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.25% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 131 - color contains mainly: red. Hex color #835433 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #835433 is #7CABCC. Grayscale: #5E5E5E. Windows color (decimal): -8170445 or 3363971. OLE color: 3363971.

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

Color convert

RGB1318451-
CMYK00.360.610.49
HSL24.75º43.96%35.69%-
HSV(B)24.75º61.07%51.37%-
XYZ13.1311.44.64-
YUV94.29103.57154.18-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.25%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=49.25%
G=31.58%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131845100.360.610.4924.7543.9635.69
Hex8354330243D31192c24
Octal203124630447561315444
Binary100000111010100110011010010011110111000111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835433; }

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

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

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

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

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

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

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

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