Html Css Color HEX #895131 Korma

📋 copy color: '#895131'

red 137 ◦ green 81 ◦ blue 49

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

Shades of Korma #895131

Tints of Korma #895131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.35%

R = 51.31%
G = 30.34%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895131 (or 0x895131) is known color: Korma. HEX triplet: 89, 51 and 31. RGB value is (137,81,49). Sum of RGB (Red+Green+Blue) = 137+81+49=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #895131 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895131 is #76AECE. Grayscale: #5E5E5E. Windows color (decimal): -7777999 or 3232137. OLE color: 3232137.

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

Color convert

RGB 137 81 49 -
CMYK 0 0.41 0.64 0.46
HSL 21.82º 0.47% 0.36% -
HSV(B) 21.82º 0.64% 0.54% -
XYZ 13.81 11.42 4.38 -
YUV 94.1 102.55 158.6 -
System Red Green Blue C M Y K H S L
Decimal 137 81 49 0 0.41 0.64 0.46 21.82 0.47 0.36
Hex 89 51 31 0 29 40 2E 16 2F 24
Octal 211 121 61 0 51 100 56 26 57 44
Binary 10001001 1010001 110001 0 101001 1000000 101110 10110 101111 100100

Color Harmonies of #895131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895131

Black with #895131

Text Example


Text Example

White with #895131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895131; }

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

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

background-color css

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

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

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

border-color css

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

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

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