Html Css Color HEX #89522C Korma

📋 copy color: '#89522C'

red 137 ◦ green 82 ◦ blue 44

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

Shades of Korma #89522C

Tints of Korma #89522C

RGB

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

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

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

R = 52.09%
G = 31.18%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89522C (or 0x89522C) is known color: Korma. HEX triplet: 89, 52 and 2C. RGB value is (137,82,44). Sum of RGB (Red+Green+Blue) = 137+82+44=263 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.09% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 137 - color contains mainly: red. Hex color #89522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89522C is #76ADD3. Grayscale: #5E5E5E. Windows color (decimal): -7777748 or 2904713. OLE color: 2904713.

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

Color convert

RGB 137 82 44 -
CMYK 0 0.40 0.68 0.46
HSL 24.52º 0.51% 0.35% -
HSV(B) 24.52º 0.68% 0.54% -
XYZ 13.79 11.53 3.88 -
YUV 94.11 99.72 158.59 -
System Red Green Blue C M Y K H S L
Decimal 137 82 44 0 0.40 0.68 0.46 24.52 0.51 0.35
Hex 89 52 2C 0 28 44 2E 19 33 23
Octal 211 122 54 0 50 104 56 31 63 43
Binary 10001001 1010010 101100 0 101000 1000100 101110 11001 110011 100011

Color Harmonies of #89522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89522C

Black with #89522C

Text Example


Text Example

White with #89522C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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