#845530

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

Shades of Korma #845530

Tints of Korma #845530

Color information

#845530 (or 0x845530) is unknown color: approx Korma. HEX triplet: 84, 55 and 30. RGB value is (132,85,48). Sum of RGB (Red+Green+Blue) = 132+85+48=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 48 (19.14% from 255 or 18.11% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #845530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845530 is #7BAACF. Grayscale: #5F5F5F. Windows color (decimal): -8104656 or 3167620. OLE color: 3167620.

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

Color convert

RGB1328548-
CMYK00.360.640.48
HSL26.43º46.67%35.29%-
HSV(B)26.43º63.64%51.76%-
XYZ13.311.624.34-
YUV94.84101.57154.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 85 (33.59% from 255) = 32.08%
BLUE value IS 48 (19.14% from 255) = 18.11%
R=49.81%
G=32.08%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.64
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132854800.360.640.4826.4346.6735.29
Hex84553002440301a2f23
Octal2041256004410060325743
Binary1000010010101011100000100100100000011000011010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845530; }

 p { color: rgb(132,85,48); }

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

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

 a { background-color: rgb(132,85,48); }

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

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

 span { border-color: rgb(132,85,48); }

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