Html Css Color HEX #894E2C Korma

📋 copy color: '#894E2C'

red 137 ◦ green 78 ◦ blue 44

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

Shades of Korma #894E2C

Tints of Korma #894E2C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.12%

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

R = 52.9%
G = 30.12%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.68

 K value IS 0.46

RGB Variations

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

Color information

#894E2C (or 0x894E2C) is known color: Korma. HEX triplet: 89, 4E and 2C. RGB value is (137,78,44). Sum of RGB (Red+Green+Blue) = 137+78+44=259 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.90% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 137 - color contains mainly: red. Hex color #894E2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894E2C is #76B1D3. Grayscale: #5B5B5B. Windows color (decimal): -7778772 or 2903689. OLE color: 2903689.

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

Color convert

RGB 137 78 44 -
CMYK 0 0.43 0.68 0.46
HSL 21.94º 0.51% 0.35% -
HSV(B) 21.94º 0.68% 0.54% -
XYZ 13.5 10.95 3.78 -
YUV 91.77 101.05 160.26 -
System Red Green Blue C M Y K H S L
Decimal 137 78 44 0 0.43 0.68 0.46 21.94 0.51 0.35
Hex 89 4E 2C 0 2B 44 2E 16 33 23
Octal 211 116 54 0 53 104 56 26 63 43
Binary 10001001 1001110 101100 0 101011 1000100 101110 10110 110011 100011

Color Harmonies of #894E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894E2C

Black with #894E2C

Text Example


Text Example

White with #894E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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