#844A29

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

Shades of Korma #844A29

Tints of Korma #844A29

Color information

#844A29 (or 0x844A29) is unknown color: approx Korma. HEX triplet: 84, 4A and 29. RGB value is (132,74,41). Sum of RGB (Red+Green+Blue) = 132+74+41=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #844A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A29 is #7BB5D6. Grayscale: #575757. Windows color (decimal): -8107479 or 2706052. OLE color: 2706052.

HSL color Cylindrical-coordinate representation of color #844A29: hue angle of 21.76º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #844A29 is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB1327441-
CMYK00.440.690.48
HSL21.76º52.6%33.92%-
HSV(B)21.76º68.94%51.76%-
XYZ12.369.963.37-
YUV87.58101.72159.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 41 (16.41% from 255) = 16.60%
R=53.44%
G=29.96%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132744100.440.690.4821.7652.633.92
Hex844A2902C4530163522
Octal2041125105410560266542
Binary1000010010010101010010101100100010111000010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A29; }

 p { color: rgb(132,74,41); }

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

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

 a { background-color: rgb(132,74,41); }

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

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

 span { border-color: rgb(132,74,41); }

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