#845131

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

Shades of Korma #845131

Tints of Korma #845131

Color information

#845131 (or 0x845131) is unknown color: approx Korma. HEX triplet: 84, 51 and 31. RGB value is (132,81,49). Sum of RGB (Red+Green+Blue) = 132+81+49=262 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.38% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 132 - color contains mainly: red. Hex color #845131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845131 is #7BAECE. Grayscale: #5C5C5C. Windows color (decimal): -8105679 or 3232132. OLE color: 3232132.

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

Color convert

RGB1328149-
CMYK00.390.630.48
HSL23.13º45.86%35.49%-
HSV(B)23.13º62.88%51.76%-
XYZ13.0111.014.35-
YUV92.6103.4156.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.38%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=50.38%
G=30.92%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132814900.390.630.4823.1345.8635.49
Hex8451310273F30172e23
Octal204121610477760275643
Binary100001001010001110001010011111111111000010111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845131; }

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

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

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

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

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

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

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

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