#84512F

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

Shades of Korma #84512F

Tints of Korma #84512F

Color information

#84512F (or 0x84512F) is unknown color: approx Korma. HEX triplet: 84, 51 and 2F. RGB value is (132,81,47). Sum of RGB (Red+Green+Blue) = 132+81+47=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512F is #7BAED0. Grayscale: #5C5C5C. Windows color (decimal): -8105681 or 3101060. OLE color: 3101060.

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

Color convert

RGB1328147-
CMYK00.390.640.48
HSL24º47.49%35.1%-
HSV(B)24º64.39%51.76%-
XYZ12.97114.13-
YUV92.37102.4156.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 81 (32.03% from 255) = 31.15%
BLUE value IS 47 (18.75% from 255) = 18.08%
R=50.77%
G=31.15%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132814700.390.640.482447.4935.1
Hex84512F0274030182f23
Octal2041215704710060305743
Binary1000010010100011011110100111100000011000011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84512F; }

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

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

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

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

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

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

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

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