Html Css Color HEX #894D2E Korma

📋 copy color: '#894D2E'

red 137 ◦ green 77 ◦ blue 46

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

Shades of Korma #894D2E

Tints of Korma #894D2E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.62%

 BLUE value IS 46 (18.36% from 255) = 17.69%

R = 52.69%
G = 29.62%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.46

RGB Variations

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

Color information

#894D2E (or 0x894D2E) is known color: Korma. HEX triplet: 89, 4D and 2E. RGB value is (137,77,46). Sum of RGB (Red+Green+Blue) = 137+77+46=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 46 (18.36% from 255 or 17.69% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #894D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D2E is #76B2D1. Grayscale: #5B5B5B. Windows color (decimal): -7779026 or 3034505. OLE color: 3034505.

HSL color Cylindrical-coordinate representation of color #894D2E: hue angle of 20.44º degrees, saturation: 0.5, 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 #894D2E is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 46 -
CMYK 0 0.44 0.66 0.46
HSL 20.44º 0.5% 0.36% -
HSV(B) 20.44º 0.66% 0.54% -
XYZ 13.46 10.82 3.96 -
YUV 91.41 102.38 160.52 -
System Red Green Blue C M Y K H S L
Decimal 137 77 46 0 0.44 0.66 0.46 20.44 0.5 0.36
Hex 89 4D 2E 0 2C 42 2E 14 32 24
Octal 211 115 56 0 54 102 56 24 62 44
Binary 10001001 1001101 101110 0 101100 1000010 101110 10100 110010 100100

Color Harmonies of #894D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D2E

Black with #894D2E

Text Example


Text Example

White with #894D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894D2E; }

 p { color: rgb(137,77,46); }

 H1.HeaderClassName
 {
   color: #894D2E;
 }
 .AnyTagClassName
 {
   color: #894D2E;
 }
</style>

background-color css

<style>
 a { background-color: #894D2E; }

 a { background-color: rgb(137,77,46); }

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

border-color css

<style>
 span { border-color: #894D2E; }

 span { border-color: rgb(137,77,46); }

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