#845225

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

Shades of Korma #845225

Tints of Korma #845225

Color information

#845225 (or 0x845225) is unknown color: approx Korma. HEX triplet: 84, 52 and 25. RGB value is (132,82,37). Sum of RGB (Red+Green+Blue) = 132+82+37=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 82 (32.42% from 255 or 32.67% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #845225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845225 is #7BADDA. Grayscale: #5C5C5C. Windows color (decimal): -8105435 or 2445956. OLE color: 2445956.

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

Color convert

RGB1328237-
CMYK00.380.720.48
HSL28.42º56.21%33.14%-
HSV(B)28.42º71.97%51.76%-
XYZ12.8711.073.21-
YUV91.8297.06156.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 82 (32.42% from 255) = 32.67%
BLUE value IS 37 (14.84% from 255) = 14.74%
R=52.59%
G=32.67%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132823700.380.720.4828.4256.2133.14
Hex84522502648301c3821
Octal2041224504611060347041
Binary1000010010100101001010100110100100011000011100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845225; }

 p { color: rgb(132,82,37); }

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

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

 a { background-color: rgb(132,82,37); }

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

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

 span { border-color: rgb(132,82,37); }

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