#825033

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

Shades of Korma #825033

Tints of Korma #825033

Color information

#825033 (or 0x825033) is unknown color: approx Korma. HEX triplet: 82, 50 and 33. RGB value is (130,80,51). Sum of RGB (Red+Green+Blue) = 130+80+51=261 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.81% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 130 - color contains mainly: red. Hex color #825033 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825033 is #7DAFCC. Grayscale: #5B5B5B. Windows color (decimal): -8237005 or 3362946. OLE color: 3362946.

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

Color convert

RGB1308051-
CMYK00.380.610.49
HSL22.03º43.65%35.49%-
HSV(B)22.03º60.77%50.98%-
XYZ12.6710.724.53-
YUV91.64105.06155.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 49.81%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=49.81%
G=30.65%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130805100.380.610.4922.0343.6535.49
Hex8250330263D31162c23
Octal202120630467561265443
Binary100000101010000110011010011011110111000110110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825033; }

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

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

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

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

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

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

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

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