#825434

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

Shades of Korma #825434

Tints of Korma #825434

Color information

#825434 (or 0x825434) is unknown color: approx Korma. HEX triplet: 82, 54 and 34. RGB value is (130,84,52). Sum of RGB (Red+Green+Blue) = 130+84+52=266 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.87% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 52 (20.70% from 255 or 19.55% from 266); Max value from RGB is 130 - color contains mainly: red. Hex color #825434 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825434 is #7DABCB. Grayscale: #5E5E5E. Windows color (decimal): -8235980 or 3429506. OLE color: 3429506.

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

Color convert

RGB1308452-
CMYK00.350.600.49
HSL24.62º42.86%35.69%-
HSV(B)24.62º60%50.98%-
XYZ1311.334.75-
YUV94.11104.24153.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.87%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 52 (20.70% from 255) = 19.55%
R=48.87%
G=31.58%
B=19.55%

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
Decimal130845200.350.600.4924.6242.8635.69
Hex8254340233C31192b24
Octal202124640437461315344
Binary100000101010100110100010001111110011000111001101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825434; }

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

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

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

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

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

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

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

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