#825227

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

Shades of Korma #825227

Tints of Korma #825227

Color information

#825227 (or 0x825227) is unknown color: approx Korma. HEX triplet: 82, 52 and 27. RGB value is (130,82,39). Sum of RGB (Red+Green+Blue) = 130+82+39=251 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.79% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 130 - color contains mainly: red. Hex color #825227 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825227 is #7DADD8. Grayscale: #5B5B5B. Windows color (decimal): -8236505 or 2577026. OLE color: 2577026.

HSL color Cylindrical-coordinate representation of color #825227: hue angle of 28.35º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #825227 is Cyan = 0, Magento = 0.37, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1308239-
CMYK00.370.700.49
HSL28.35º53.85%33.14%-
HSV(B)28.35º70%50.98%-
XYZ12.5910.933.37-
YUV91.4598.4155.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.79%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=51.79%
G=32.67%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130823900.370.700.4928.3553.8533.14
Hex82522702546311c3621
Octal2021224704510661346641
Binary1000001010100101001110100101100011011000111100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825227; }

 p { color: rgb(130,82,39); }

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

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

 a { background-color: rgb(130,82,39); }

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

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

 span { border-color: rgb(130,82,39); }

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