#825229

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

Shades of Korma #825229

Tints of Korma #825229

Color information

#825229 (or 0x825229) is unknown color: approx Korma. HEX triplet: 82, 52 and 29. RGB value is (130,82,41). Sum of RGB (Red+Green+Blue) = 130+82+41=253 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.38% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 130 - color contains mainly: red. Hex color #825229 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825229 is #7DADD6. Grayscale: #5B5B5B. Windows color (decimal): -8236503 or 2708098. OLE color: 2708098.

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

Color convert

RGB1308241-
CMYK00.370.680.49
HSL27.64º52.05%33.53%-
HSV(B)27.64º68.46%50.98%-
XYZ12.6210.943.54-
YUV91.6899.4155.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.38%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=51.38%
G=32.41%
B=16.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130824100.370.680.4927.6452.0533.53
Hex82522902544311c3422
Octal2021225104510461346442
Binary1000001010100101010010100101100010011000111100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825229; }

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

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

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

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

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

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

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

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