#844A25

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

Shades of Korma #844A25

Tints of Korma #844A25

Color information

#844A25 (or 0x844A25) is unknown color: approx Korma. HEX triplet: 84, 4A and 25. RGB value is (132,74,37). Sum of RGB (Red+Green+Blue) = 132+74+37=243 (32% of max value = 765). Red value is 132 (51.95% from 255 or 54.32% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 132 - color contains mainly: red. Hex color #844A25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A25 is #7BB5DA. Grayscale: #575757. Windows color (decimal): -8107483 or 2443908. OLE color: 2443908.

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

Color convert

RGB1327437-
CMYK00.440.720.48
HSL23.37º56.21%33.14%-
HSV(B)23.37º71.97%51.76%-
XYZ12.39.943.02-
YUV87.1299.72160.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 54.32%
GREEN value IS 74 (29.30% from 255) = 30.45%
BLUE value IS 37 (14.84% from 255) = 15.23%
R=54.32%
G=30.45%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132743700.440.720.4823.3756.2133.14
Hex844A2502C4830173821
Octal2041124505411060277041
Binary1000010010010101001010101100100100011000010111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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