#845123

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

Shades of Korma #845123

Tints of Korma #845123

Color information

#845123 (or 0x845123) is unknown color: approx Korma. HEX triplet: 84, 51 and 23. RGB value is (132,81,35). Sum of RGB (Red+Green+Blue) = 132+81+35=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #845123 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845123 is #7BAEDC. Grayscale: #5B5B5B. Windows color (decimal): -8105693 or 2314628. OLE color: 2314628.

HSL color Cylindrical-coordinate representation of color #845123: hue angle of 28.45º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #845123 is Cyan = 0, Magento = 0.39, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB1328135-
CMYK00.390.730.48
HSL28.45º58.08%32.75%-
HSV(B)28.45º73.48%51.76%-
XYZ12.7610.913.02-
YUV9196.4157.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 81 (32.03% from 255) = 32.66%
BLUE value IS 35 (14.06% from 255) = 14.11%
R=53.23%
G=32.66%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.73
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132813500.390.730.4828.4558.0832.75
Hex84512302749301c3a21
Octal2041214304711160347241
Binary1000010010100011000110100111100100111000011100111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845123; }

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

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

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

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

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

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

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

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