Html Css Color HEX #895231 Korma

📋 copy color: '#895231'

red 137 ◦ green 82 ◦ blue 49

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

Shades of Korma #895231

Tints of Korma #895231

RGB

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

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

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

R = 51.12%
G = 30.6%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#895231 (or 0x895231) is known color: Korma. HEX triplet: 89, 52 and 31. RGB value is (137,82,49). Sum of RGB (Red+Green+Blue) = 137+82+49=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #895231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895231 is #76ADCE. Grayscale: #5E5E5E. Windows color (decimal): -7777743 or 3232393. OLE color: 3232393.

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

Color convert

RGB 137 82 49 -
CMYK 0 0.40 0.64 0.46
HSL 22.5º 0.47% 0.36% -
HSV(B) 22.5º 0.64% 0.54% -
XYZ 13.89 11.57 4.41 -
YUV 94.68 102.22 158.18 -
System Red Green Blue C M Y K H S L
Decimal 137 82 49 0 0.40 0.64 0.46 22.5 0.47 0.36
Hex 89 52 31 0 28 40 2E 16 2F 24
Octal 211 122 61 0 50 100 56 26 57 44
Binary 10001001 1010010 110001 0 101000 1000000 101110 10110 101111 100100

Color Harmonies of #895231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895231

Black with #895231

Text Example


Text Example

White with #895231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895231; }

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

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

background-color css

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

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

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

border-color css

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

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

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