#825534

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

Shades of Korma #825534

Tints of Korma #825534

Color information

#825534 (or 0x825534) is unknown color: approx Korma. HEX triplet: 82, 55 and 34. RGB value is (130,85,52). Sum of RGB (Red+Green+Blue) = 130+85+52=267 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.69% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 52 (20.70% from 255 or 19.48% from 267); Max value from RGB is 130 - color contains mainly: red. Hex color #825534 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825534 is #7DAACB. Grayscale: #5E5E5E. Windows color (decimal): -8235724 or 3429762. OLE color: 3429762.

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

Color convert

RGB1308552-
CMYK00.350.600.49
HSL25.38º42.86%35.69%-
HSV(B)25.38º60%50.98%-
XYZ13.0711.494.78-
YUV94.69103.91153.18-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.69%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 52 (20.70% from 255) = 19.48%
R=48.69%
G=31.84%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130855200.350.600.4925.3842.8635.69
Hex8255340233C31192b24
Octal202125640437461315344
Binary100000101010101110100010001111110011000111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825534; }

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

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

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

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

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

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

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

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