#845430

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

Shades of Korma #845430

Tints of Korma #845430

Color information

#845430 (or 0x845430) is unknown color: approx Korma. HEX triplet: 84, 54 and 30. RGB value is (132,84,48). Sum of RGB (Red+Green+Blue) = 132+84+48=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 84 (33.20% from 255 or 31.82% from 264); Blue value is 48 (19.14% from 255 or 18.18% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #845430 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845430 is #7BABCF. Grayscale: #5E5E5E. Windows color (decimal): -8104912 or 3167364. OLE color: 3167364.

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

Color convert

RGB1328448-
CMYK00.360.640.48
HSL25.71º46.67%35.29%-
HSV(B)25.71º63.64%51.76%-
XYZ13.2211.464.31-
YUV94.25101.9154.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 84 (33.20% from 255) = 31.82%
BLUE value IS 48 (19.14% from 255) = 18.18%
R=50%
G=31.82%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132844800.360.640.4825.7146.6735.29
Hex84543002440301a2f23
Octal2041246004410060325743
Binary1000010010101001100000100100100000011000011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845430; }

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

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

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

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

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

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

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

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