Html Css Color HEX #895225 Korma

📋 copy color: '#895225'

red 137 ◦ green 82 ◦ blue 37

#895225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Korma #895225

Tints of Korma #895225

RGB

 RED value IS 137 (53.91% from 255) = 53.52%

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 53.52%
G = 32.03%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#895225 (or 0x895225) is known color: Korma. HEX triplet: 89, 52 and 25. RGB value is (137,82,37). Sum of RGB (Red+Green+Blue) = 137+82+37=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #895225 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895225 is #76ADDA. Grayscale: #5D5D5D. Windows color (decimal): -7777755 or 2445961. OLE color: 2445961.

HSL color Cylindrical-coordinate representation of color #895225: hue angle of 27º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #895225 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 82 37 -
CMYK 0 0.40 0.73 0.46
HSL 27º 0.57% 0.34% -
HSV(B) 27º 0.73% 0.54% -
XYZ 13.67 11.49 3.25 -
YUV 93.32 96.22 159.16 -
System Red Green Blue C M Y K H S L
Decimal 137 82 37 0 0.40 0.73 0.46 27 0.57 0.34
Hex 89 52 25 0 28 49 2E 1B 39 22
Octal 211 122 45 0 50 111 56 33 71 42
Binary 10001001 1010010 100101 0 101000 1001001 101110 11011 111001 100010

Color Harmonies of #895225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895225

Black with #895225

Text Example


Text Example

White with #895225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895225; }

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

 H1.HeaderClassName
 {
   color: #895225;
 }
 .AnyTagClassName
 {
   color: #895225;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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