Html Css Color HEX #89502F Korma

📋 copy color: '#89502F'

red 137 ◦ green 80 ◦ blue 47

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

Shades of Korma #89502F

Tints of Korma #89502F

RGB

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

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

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

R = 51.89%
G = 30.3%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#89502F (or 0x89502F) is known color: Korma. HEX triplet: 89, 50 and 2F. RGB value is (137,80,47). Sum of RGB (Red+Green+Blue) = 137+80+47=264 (34% of max value = 765). Red value is 137 (53.91% from 255 or 51.89% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 47 (18.75% from 255 or 17.80% from 264); Max value from RGB is 137 - color contains mainly: red. Hex color #89502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89502F is #76AFD0. Grayscale: #5D5D5D. Windows color (decimal): -7778257 or 3100809. OLE color: 3100809.

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

Color convert

RGB 137 80 47 -
CMYK 0 0.42 0.66 0.46
HSL 22º 0.49% 0.36% -
HSV(B) 22º 0.66% 0.54% -
XYZ 13.7 11.26 4.14 -
YUV 93.28 101.88 159.18 -
System Red Green Blue C M Y K H S L
Decimal 137 80 47 0 0.42 0.66 0.46 22 0.49 0.36
Hex 89 50 2F 0 2A 42 2E 16 31 24
Octal 211 120 57 0 52 102 56 26 61 44
Binary 10001001 1010000 101111 0 101010 1000010 101110 10110 110001 100100

Color Harmonies of #89502F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89502F

Black with #89502F

Text Example


Text Example

White with #89502F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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