#845133

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

Shades of Korma #845133

Tints of Korma #845133

Color information

#845133 (or 0x845133) is unknown color: approx Korma. HEX triplet: 84, 51 and 33. RGB value is (132,81,51). Sum of RGB (Red+Green+Blue) = 132+81+51=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845133 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845133 is #7BAECC. Grayscale: #5D5D5D. Windows color (decimal): -8105677 or 3363204. OLE color: 3363204.

HSL color Cylindrical-coordinate representation of color #845133: hue angle of 22.22º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #845133 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB1328151-
CMYK00.390.610.48
HSL22.22º44.26%35.88%-
HSV(B)22.22º61.36%51.76%-
XYZ13.0611.034.57-
YUV92.83104.4155.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=50%
G=30.68%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132815100.390.610.4822.2244.2635.88
Hex8451330273D30162c24
Octal204121630477560265444
Binary100001001010001110011010011111110111000010110101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845133; }

 p { color: rgb(132,81,51); }

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

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

 a { background-color: rgb(132,81,51); }

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

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

 span { border-color: rgb(132,81,51); }

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