Html Css Color HEX #89512F Korma

📋 copy color: '#89512F'

red 137 ◦ green 81 ◦ blue 47

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

Shades of Korma #89512F

Tints of Korma #89512F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.74%

R = 51.7%
G = 30.57%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89512F (or 0x89512F) is known color: Korma. HEX triplet: 89, 51 and 2F. RGB value is (137,81,47). Sum of RGB (Red+Green+Blue) = 137+81+47=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 47 (18.75% from 255 or 17.74% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89512F is #76AED0. Grayscale: #5E5E5E. Windows color (decimal): -7778001 or 3101065. OLE color: 3101065.

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

Color convert

RGB 137 81 47 -
CMYK 0 0.41 0.66 0.46
HSL 22.67º 0.49% 0.36% -
HSV(B) 22.67º 0.66% 0.54% -
XYZ 13.77 11.41 4.17 -
YUV 93.87 101.55 158.76 -
System Red Green Blue C M Y K H S L
Decimal 137 81 47 0 0.41 0.66 0.46 22.67 0.49 0.36
Hex 89 51 2F 0 29 42 2E 17 31 24
Octal 211 121 57 0 51 102 56 27 61 44
Binary 10001001 1010001 101111 0 101001 1000010 101110 10111 110001 100100

Color Harmonies of #89512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89512F

Black with #89512F

Text Example


Text Example

White with #89512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89512F; }

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

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

background-color css

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

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

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

border-color css

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

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

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