#845533

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

Shades of Korma #845533

Tints of Korma #845533

Color information

#845533 (or 0x845533) is unknown color: approx Korma. HEX triplet: 84, 55 and 33. RGB value is (132,85,51). Sum of RGB (Red+Green+Blue) = 132+85+51=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845533 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845533 is #7BAACC. Grayscale: #5F5F5F. Windows color (decimal): -8104653 or 3364228. OLE color: 3364228.

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

Color convert

RGB1328551-
CMYK00.360.610.48
HSL25.19º44.26%35.88%-
HSV(B)25.19º61.36%51.76%-
XYZ13.3611.644.67-
YUV95.18103.07154.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=49.25%
G=31.72%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132855100.360.610.4825.1944.2635.88
Hex8455330243D30192c24
Octal204125630447560315444
Binary100001001010101110011010010011110111000011001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845533; }

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

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

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

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

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

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

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

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