#825733

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

Shades of Korma #825733

Tints of Korma #825733

Color information

#825733 (or 0x825733) is unknown color: approx Korma. HEX triplet: 82, 57 and 33. RGB value is (130,87,51). Sum of RGB (Red+Green+Blue) = 130+87+51=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825733 is #7DA8CC. Grayscale: #5F5F5F. Windows color (decimal): -8235213 or 3364738. OLE color: 3364738.

HSL color Cylindrical-coordinate representation of color #825733: hue angle of 27.34º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #825733 is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.49.

Color convert

RGB1308751-
CMYK00.330.610.49
HSL27.34º43.65%35.49%-
HSV(B)27.34º60.77%50.98%-
XYZ13.2111.84.71-
YUV95.75102.75152.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=48.51%
G=32.46%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130875100.330.610.4927.3443.6535.49
Hex8257330213D311b2c23
Octal202127630417561335443
Binary100000101010111110011010000111110111000111011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825733; }

 p { color: rgb(130,87,51); }

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

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

 a { background-color: rgb(130,87,51); }

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

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

 span { border-color: rgb(130,87,51); }

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