Html Css Color HEX #895431 Korma

📋 copy color: '#895431'

red 137 ◦ green 84 ◦ blue 49

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

Shades of Korma #895431

Tints of Korma #895431

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 50.74%
G = 31.11%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895431 (or 0x895431) is known color: Korma. HEX triplet: 89, 54 and 31. RGB value is (137,84,49). Sum of RGB (Red+Green+Blue) = 137+84+49=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 49 (19.53% from 255 or 18.15% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #895431 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895431 is #76ABCE. Grayscale: #606060. Windows color (decimal): -7777231 or 3232905. OLE color: 3232905.

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

Color convert

RGB 137 84 49 -
CMYK 0 0.39 0.64 0.46
HSL 23.86º 0.47% 0.36% -
HSV(B) 23.86º 0.64% 0.54% -
XYZ 14.04 11.88 4.46 -
YUV 95.86 101.56 157.35 -
System Red Green Blue C M Y K H S L
Decimal 137 84 49 0 0.39 0.64 0.46 23.86 0.47 0.36
Hex 89 54 31 0 27 40 2E 18 2F 24
Octal 211 124 61 0 47 100 56 30 57 44
Binary 10001001 1010100 110001 0 100111 1000000 101110 11000 101111 100100

Color Harmonies of #895431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895431

Black with #895431

Text Example


Text Example

White with #895431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895431; }

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

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

background-color css

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

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

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

border-color css

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

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

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