#845429

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

Shades of Korma #845429

Tints of Korma #845429

Color information

#845429 (or 0x845429) is unknown color: approx Korma. HEX triplet: 84, 54 and 29. RGB value is (132,84,41). Sum of RGB (Red+Green+Blue) = 132+84+41=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 84 (33.20% from 255 or 32.68% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #845429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845429 is #7BABD6. Grayscale: #5D5D5D. Windows color (decimal): -8104919 or 2708612. OLE color: 2708612.

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

Color convert

RGB1328441-
CMYK00.360.690.48
HSL28.35º52.6%33.92%-
HSV(B)28.35º68.94%51.76%-
XYZ13.0911.413.61-
YUV93.4598.4155.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 84 (33.20% from 255) = 32.68%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=51.36%
G=32.68%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132844100.360.690.4828.3552.633.92
Hex84542902445301c3522
Octal2041245104410560346542
Binary1000010010101001010010100100100010111000011100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845429; }

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

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

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

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

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

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

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

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