Html Css Color HEX #894F2C Korma

📋 copy color: '#894F2C'

red 137 ◦ green 79 ◦ blue 44

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

Shades of Korma #894F2C

Tints of Korma #894F2C

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 52.69%
G = 30.38%
B = 16.92%

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

#894F2C (or 0x894F2C) is known color: Korma. HEX triplet: 89, 4F and 2C. RGB value is (137,79,44). Sum of RGB (Red+Green+Blue) = 137+79+44=260 (34% of max value = 765). Red value is 137 (53.91% from 255 or 52.69% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 137 - color contains mainly: red. Hex color #894F2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F2C is #76B0D3. Grayscale: #5C5C5C. Windows color (decimal): -7778516 or 2903945. OLE color: 2903945.

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

Color convert

RGB 137 79 44 -
CMYK 0 0.42 0.68 0.46
HSL 22.58º 0.51% 0.35% -
HSV(B) 22.58º 0.68% 0.54% -
XYZ 13.57 11.09 3.81 -
YUV 92.35 100.72 159.85 -
System Red Green Blue C M Y K H S L
Decimal 137 79 44 0 0.42 0.68 0.46 22.58 0.51 0.35
Hex 89 4F 2C 0 2A 44 2E 17 33 23
Octal 211 117 54 0 52 104 56 27 63 43
Binary 10001001 1001111 101100 0 101010 1000100 101110 10111 110011 100011

Color Harmonies of #894F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F2C

Black with #894F2C

Text Example


Text Example

White with #894F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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