Html Css Color HEX #89542C Korma

📋 copy color: '#89542C'

red 137 ◦ green 84 ◦ blue 44

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

Shades of Korma #89542C

Tints of Korma #89542C

RGB

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

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

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

R = 51.7%
G = 31.7%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89542C (or 0x89542C) is known color: Korma. HEX triplet: 89, 54 and 2C. RGB value is (137,84,44). Sum of RGB (Red+Green+Blue) = 137+84+44=265 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.70% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 137 - color contains mainly: red. Hex color #89542C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89542C is #76ABD3. Grayscale: #5F5F5F. Windows color (decimal): -7777236 or 2905225. OLE color: 2905225.

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

Color convert

RGB 137 84 44 -
CMYK 0 0.39 0.68 0.46
HSL 25.81º 0.51% 0.35% -
HSV(B) 25.81º 0.68% 0.54% -
XYZ 13.94 11.84 3.93 -
YUV 95.29 99.06 157.75 -
System Red Green Blue C M Y K H S L
Decimal 137 84 44 0 0.39 0.68 0.46 25.81 0.51 0.35
Hex 89 54 2C 0 27 44 2E 1A 33 23
Octal 211 124 54 0 47 104 56 32 63 43
Binary 10001001 1010100 101100 0 100111 1000100 101110 11010 110011 100011

Color Harmonies of #89542C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89542C

Black with #89542C

Text Example


Text Example

White with #89542C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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