#824E2E

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

Shades of Korma #824E2E

Tints of Korma #824E2E

Color information

#824E2E (or 0x824E2E) is unknown color: approx Korma. HEX triplet: 82, 4E and 2E. RGB value is (130,78,46). Sum of RGB (Red+Green+Blue) = 130+78+46=254 (33% of max value = 765). Red value is 130 (51.17% from 255 or 51.18% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 130 - color contains mainly: red. Hex color #824E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E2E is #7DB1D1. Grayscale: #5A5A5A. Windows color (decimal): -8237522 or 3034754. OLE color: 3034754.

HSL color Cylindrical-coordinate representation of color #824E2E: hue angle of 22.86º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824E2E is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.49.

Color convert

RGB1307846-
CMYK00.400.650.49
HSL22.86º47.73%34.51%-
HSV(B)22.86º64.62%50.98%-
XYZ12.4210.393.94-
YUV89.9103.23156.6-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 51.18%
GREEN value IS 78 (30.86% from 255) = 30.71%
BLUE value IS 46 (18.36% from 255) = 18.11%
R=51.18%
G=30.71%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130784600.400.650.4922.8647.7334.51
Hex824E2E0284131173023
Octal2021165605010161276043
Binary1000001010011101011100101000100000111000110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E2E; }

 p { color: rgb(130,78,46); }

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

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

 a { background-color: rgb(130,78,46); }

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

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

 span { border-color: rgb(130,78,46); }

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