#845731

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

Shades of Korma #845731

Tints of Korma #845731

Color information

#845731 (or 0x845731) is unknown color: approx Korma. HEX triplet: 84, 57 and 31. RGB value is (132,87,49). Sum of RGB (Red+Green+Blue) = 132+87+49=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #845731 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845731 is #7BA8CE. Grayscale: #606060. Windows color (decimal): -8104143 or 3233668. OLE color: 3233668.

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

Color convert

RGB1328749-
CMYK00.340.630.48
HSL27.47º45.86%35.49%-
HSV(B)27.47º62.88%51.76%-
XYZ13.4811.944.5-
YUV96.12101.41153.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 49 (19.53% from 255) = 18.28%
R=49.25%
G=32.46%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132874900.340.630.4827.4745.8635.49
Hex8457310223F301b2e23
Octal204127610427760335643
Binary100001001010111110001010001011111111000011011101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845731; }

 p { color: rgb(132,87,49); }

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

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

 a { background-color: rgb(132,87,49); }

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

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

 span { border-color: rgb(132,87,49); }

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