#845633

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

Shades of Korma #845633

Tints of Korma #845633

Color information

#845633 (or 0x845633) is unknown color: approx Korma. HEX triplet: 84, 56 and 33. RGB value is (132,86,51). Sum of RGB (Red+Green+Blue) = 132+86+51=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #845633 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845633 is #7BA9CC. Grayscale: #5F5F5F. Windows color (decimal): -8104397 or 3364484. OLE color: 3364484.

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

Color convert

RGB1328651-
CMYK00.350.610.48
HSL25.93º44.26%35.88%-
HSV(B)25.93º61.36%51.76%-
XYZ13.4411.84.7-
YUV95.76102.74153.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=49.07%
G=31.97%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132865100.350.610.4825.9344.2635.88
Hex8456330233D301a2c24
Octal204126630437560325444
Binary100001001010110110011010001111110111000011010101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845633; }

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

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

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

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

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

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

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

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