#844C2F

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

Shades of Korma #844C2F

Tints of Korma #844C2F

Color information

#844C2F (or 0x844C2F) is unknown color: approx Korma. HEX triplet: 84, 4C and 2F. RGB value is (132,76,47). Sum of RGB (Red+Green+Blue) = 132+76+47=255 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.76% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 132 - color contains mainly: red. Hex color #844C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844C2F is #7BB3D0. Grayscale: #595959. Windows color (decimal): -8106961 or 3099780. OLE color: 3099780.

HSL color Cylindrical-coordinate representation of color #844C2F: hue angle of 20.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #844C2F is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1327647-
CMYK00.420.640.48
HSL20.47º47.49%35.1%-
HSV(B)20.47º64.39%51.76%-
XYZ12.6110.284.01-
YUV89.44104.05158.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.76%
GREEN value IS 76 (30.08% from 255) = 29.80%
BLUE value IS 47 (18.75% from 255) = 18.43%
R=51.76%
G=29.80%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132764700.420.640.4820.4747.4935.1
Hex844C2F02A4030142f23
Octal2041145705210060245743
Binary1000010010011001011110101010100000011000010100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,76,47); }

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

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

 a { background-color: rgb(132,76,47); }

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

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

 span { border-color: rgb(132,76,47); }

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