#824827

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

Shades of Korma #824827

Tints of Korma #824827

Color information

#824827 (or 0x824827) is unknown color: approx Korma. HEX triplet: 82, 48 and 27. RGB value is (130,72,39). Sum of RGB (Red+Green+Blue) = 130+72+39=241 (31% of max value = 765). Red value is 130 (51.17% from 255 or 53.94% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 130 - color contains mainly: red. Hex color #824827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824827 is #7DB7D8. Grayscale: #555555. Windows color (decimal): -8239065 or 2574466. OLE color: 2574466.

HSL color Cylindrical-coordinate representation of color #824827: hue angle of 21.76º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824827 is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1307239-
CMYK00.450.700.49
HSL21.76º53.85%33.14%-
HSV(B)21.76º70%50.98%-
XYZ11.899.533.13-
YUV85.58101.72159.68-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 53.94%
GREEN value IS 72 (28.52% from 255) = 29.88%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=53.94%
G=29.88%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130723900.450.700.4921.7653.8533.14
Hex82482702D4631163621
Octal2021104705510661266641
Binary1000001010010001001110101101100011011000110110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824827; }

 p { color: rgb(130,72,39); }

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

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

 a { background-color: rgb(130,72,39); }

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

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

 span { border-color: rgb(130,72,39); }

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