Html Css Color HEX #89562F Korma

📋 copy color: '#89562F'

red 137 ◦ green 86 ◦ blue 47

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

Shades of Korma #89562F

Tints of Korma #89562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.85%

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

R = 50.74%
G = 31.85%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89562F (or 0x89562F) is known color: Korma. HEX triplet: 89, 56 and 2F. RGB value is (137,86,47). Sum of RGB (Red+Green+Blue) = 137+86+47=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #89562F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89562F is #76A9D0. Grayscale: #616161. Windows color (decimal): -7776721 or 3102345. OLE color: 3102345.

HSL color Cylindrical-coordinate representation of color #89562F: hue angle of 26º 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 #89562F is Cyan = 0, Magento = 0.37, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 86 47 -
CMYK 0 0.37 0.66 0.46
HSL 26º 0.49% 0.36% -
HSV(B) 26º 0.66% 0.54% -
XYZ 14.16 12.18 4.29 -
YUV 96.8 99.9 156.67 -
System Red Green Blue C M Y K H S L
Decimal 137 86 47 0 0.37 0.66 0.46 26 0.49 0.36
Hex 89 56 2F 0 25 42 2E 1A 31 24
Octal 211 126 57 0 45 102 56 32 61 44
Binary 10001001 1010110 101111 0 100101 1000010 101110 11010 110001 100100

Color Harmonies of #89562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89562F

Black with #89562F

Text Example


Text Example

White with #89562F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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