Html Css Color HEX #89502C Korma

📋 copy color: '#89502C'

red 137 ◦ green 80 ◦ blue 44

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

Shades of Korma #89502C

Tints of Korma #89502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.65%

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

R = 52.49%
G = 30.65%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#89502C (or 0x89502C) is known color: Korma. HEX triplet: 89, 50 and 2C. RGB value is (137,80,44). Sum of RGB (Red+Green+Blue) = 137+80+44=261 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.49% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 137 - color contains mainly: red. Hex color #89502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89502C is #76AFD3. Grayscale: #5D5D5D. Windows color (decimal): -7778260 or 2904201. OLE color: 2904201.

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

Color convert

RGB 137 80 44 -
CMYK 0 0.42 0.68 0.46
HSL 23.23º 0.51% 0.35% -
HSV(B) 23.23º 0.68% 0.54% -
XYZ 13.64 11.24 3.83 -
YUV 92.94 100.38 159.43 -
System Red Green Blue C M Y K H S L
Decimal 137 80 44 0 0.42 0.68 0.46 23.23 0.51 0.35
Hex 89 50 2C 0 2A 44 2E 17 33 23
Octal 211 120 54 0 52 104 56 27 63 43
Binary 10001001 1010000 101100 0 101010 1000100 101110 10111 110011 100011

Color Harmonies of #89502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89502C

Black with #89502C

Text Example


Text Example

White with #89502C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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