#825028

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

Shades of Korma #825028

Tints of Korma #825028

Color information

#825028 (or 0x825028) is unknown color: approx Korma. HEX triplet: 82, 50 and 28. RGB value is (130,80,40). Sum of RGB (Red+Green+Blue) = 130+80+40=250 (33% of max value = 765). Red value is 130 (51.17% from 255 or 52% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 130 - color contains mainly: red. Hex color #825028 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825028 is #7DAFD7. Grayscale: #5A5A5A. Windows color (decimal): -8237016 or 2642050. OLE color: 2642050.

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

Color convert

RGB1308040-
CMYK00.380.690.49
HSL26.67º52.94%33.33%-
HSV(B)26.67º69.23%50.98%-
XYZ12.4610.643.4-
YUV90.3999.56156.25-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 52%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 40 (16.02% from 255) = 16%
R=52%
G=32%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130804000.380.690.4926.6752.9433.33
Hex82502802645311b3521
Octal2021205004610561336541
Binary1000001010100001010000100110100010111000111011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825028; }

 p { color: rgb(130,80,40); }

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

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

 a { background-color: rgb(130,80,40); }

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

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

 span { border-color: rgb(130,80,40); }

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