#825634

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

Shades of Korma #825634

Tints of Korma #825634

Color information

#825634 (or 0x825634) is unknown color: approx Korma. HEX triplet: 82, 56 and 34. RGB value is (130,86,52). Sum of RGB (Red+Green+Blue) = 130+86+52=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #825634 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825634 is #7DA9CB. Grayscale: #5F5F5F. Windows color (decimal): -8235468 or 3430018. OLE color: 3430018.

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

Color convert

RGB1308652-
CMYK00.340.600.49
HSL26.15º42.86%35.69%-
HSV(B)26.15º60%50.98%-
XYZ13.1511.654.8-
YUV95.28103.58152.76-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=48.51%
G=32.09%
B=19.40%

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
Decimal130865200.340.600.4926.1542.8635.69
Hex8256340223C311a2b24
Octal202126640427461325344
Binary100000101010110110100010001011110011000111010101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825634; }

 p { color: rgb(130,86,52); }

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

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

 a { background-color: rgb(130,86,52); }

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

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

 span { border-color: rgb(130,86,52); }

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