#844F30

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

Shades of Korma #844F30

Tints of Korma #844F30

Color information

#844F30 (or 0x844F30) is unknown color: approx Korma. HEX triplet: 84, 4F and 30. RGB value is (132,79,48). Sum of RGB (Red+Green+Blue) = 132+79+48=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 79 (31.25% from 255 or 30.50% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #844F30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F30 is #7BB0CF. Grayscale: #5B5B5B. Windows color (decimal): -8106192 or 3166084. OLE color: 3166084.

HSL color Cylindrical-coordinate representation of color #844F30: hue angle of 22.14º 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 #844F30 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.48.

Color convert

RGB1327948-
CMYK00.400.640.48
HSL22.14º46.67%35.29%-
HSV(B)22.14º63.64%51.76%-
XYZ12.8510.714.19-
YUV91.31103.56157.02-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 79 (31.25% from 255) = 30.50%
BLUE value IS 48 (19.14% from 255) = 18.53%
R=50.97%
G=30.50%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132794800.400.640.4822.1446.6735.29
Hex844F300284030162f23
Octal2041176005010060265743
Binary1000010010011111100000101000100000011000010110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,79,48); }

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

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

 a { background-color: rgb(132,79,48); }

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

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

 span { border-color: rgb(132,79,48); }

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