Html Css Color HEX #895124 Korma

📋 copy color: '#895124'

red 137 ◦ green 81 ◦ blue 36

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

Shades of Korma #895124

Tints of Korma #895124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.89%

 BLUE value IS 36 (14.45% from 255) = 14.17%

R = 53.94%
G = 31.89%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#895124 (or 0x895124) is known color: Korma. HEX triplet: 89, 51 and 24. RGB value is (137,81,36). Sum of RGB (Red+Green+Blue) = 137+81+36=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #895124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895124 is #76AEDB. Grayscale: #5C5C5C. Windows color (decimal): -7778012 or 2380169. OLE color: 2380169.

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

Color convert

RGB 137 81 36 -
CMYK 0 0.41 0.74 0.46
HSL 26.73º 0.58% 0.34% -
HSV(B) 26.73º 0.74% 0.54% -
XYZ 13.58 11.33 3.14 -
YUV 92.61 96.05 159.66 -
System Red Green Blue C M Y K H S L
Decimal 137 81 36 0 0.41 0.74 0.46 26.73 0.58 0.34
Hex 89 51 24 0 29 4A 2E 1B 3A 22
Octal 211 121 44 0 51 112 56 33 72 42
Binary 10001001 1010001 100100 0 101001 1001010 101110 11011 111010 100010

Color Harmonies of #895124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895124

Black with #895124

Text Example


Text Example

White with #895124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895124; }

 p { color: rgb(137,81,36); }

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

background-color css

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

 a { background-color: rgb(137,81,36); }

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

border-color css

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

 span { border-color: rgb(137,81,36); }

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