Html Css Color HEX #89512C Korma

📋 copy color: '#89512C'

red 137 ◦ green 81 ◦ blue 44

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

Shades of Korma #89512C

Tints of Korma #89512C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.79%

R = 52.29%
G = 30.92%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89512C (or 0x89512C) is known color: Korma. HEX triplet: 89, 51 and 2C. RGB value is (137,81,44). Sum of RGB (Red+Green+Blue) = 137+81+44=262 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.29% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 44 (17.58% from 255 or 16.79% from 262); Max value from RGB is 137 - color contains mainly: red. Hex color #89512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89512C is #76AED3. Grayscale: #5D5D5D. Windows color (decimal): -7778004 or 2904457. OLE color: 2904457.

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

Color convert

RGB 137 81 44 -
CMYK 0 0.41 0.68 0.46
HSL 23.87º 0.51% 0.35% -
HSV(B) 23.87º 0.68% 0.54% -
XYZ 13.71 11.39 3.86 -
YUV 93.53 100.05 159.01 -
System Red Green Blue C M Y K H S L
Decimal 137 81 44 0 0.41 0.68 0.46 23.87 0.51 0.35
Hex 89 51 2C 0 29 44 2E 18 33 23
Octal 211 121 54 0 51 104 56 30 63 43
Binary 10001001 1010001 101100 0 101001 1000100 101110 11000 110011 100011

Color Harmonies of #89512C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89512C

Black with #89512C

Text Example


Text Example

White with #89512C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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