#845428

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

Shades of Korma #845428

Tints of Korma #845428

Color information

#845428 (or 0x845428) is unknown color: approx Korma. HEX triplet: 84, 54 and 28. RGB value is (132,84,40). Sum of RGB (Red+Green+Blue) = 132+84+40=256 (33% of max value = 765). Red value is 132 (51.95% from 255 or 51.56% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 132 - color contains mainly: red. Hex color #845428 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845428 is #7BABD7. Grayscale: #5D5D5D. Windows color (decimal): -8104920 or 2643076. OLE color: 2643076.

HSL color Cylindrical-coordinate representation of color #845428: hue angle of 28.7º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #845428 is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB1328440-
CMYK00.360.700.48
HSL28.7º53.49%33.73%-
HSV(B)28.7º69.7%51.76%-
XYZ13.0711.43.52-
YUV93.3497.9155.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.56%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=51.56%
G=32.81%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132844000.360.700.4828.753.4933.73
Hex84542802446301d3522
Octal2041245004410660356542
Binary1000010010101001010000100100100011011000011101110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845428; }

 p { color: rgb(132,84,40); }

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

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

 a { background-color: rgb(132,84,40); }

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

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

 span { border-color: rgb(132,84,40); }

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