#844B2D

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

Shades of Korma #844B2D

Tints of Korma #844B2D

Color information

#844B2D (or 0x844B2D) is unknown color: approx Korma. HEX triplet: 84, 4B and 2D. RGB value is (132,75,45). Sum of RGB (Red+Green+Blue) = 132+75+45=252 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.38% from 252); Green value is 75 (29.69% from 255 or 29.76% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 132 - color contains mainly: red. Hex color #844B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844B2D is #7BB4D2. Grayscale: #585858. Windows color (decimal): -8107219 or 2968452. OLE color: 2968452.

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

Color convert

RGB1327545-
CMYK00.430.660.48
HSL20.69º49.15%34.71%-
HSV(B)20.69º65.91%51.76%-
XYZ12.5110.133.78-
YUV88.62103.38158.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.38%
GREEN value IS 75 (29.69% from 255) = 29.76%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=52.38%
G=29.76%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132754500.430.660.4820.6949.1534.71
Hex844B2D02B4230153123
Octal2041135505310260256143
Binary1000010010010111011010101011100001011000010101110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,75,45); }

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

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

 a { background-color: rgb(132,75,45); }

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

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

 span { border-color: rgb(132,75,45); }

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