Html Css Color HEX #894D23 Korma

📋 copy color: '#894D23'

red 137 ◦ green 77 ◦ blue 35

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

Shades of Korma #894D23

Tints of Korma #894D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 55.02%
G = 30.92%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#894D23 (or 0x894D23) is known color: Korma. HEX triplet: 89, 4D and 23. RGB value is (137,77,35). Sum of RGB (Red+Green+Blue) = 137+77+35=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #894D23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D23 is #76B2DC. Grayscale: #5A5A5A. Windows color (decimal): -7779037 or 2313609. OLE color: 2313609.

HSL color Cylindrical-coordinate representation of color #894D23: hue angle of 24.71º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #894D23 is Cyan = 0, Magento = 0.44, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 77 35 -
CMYK 0 0.44 0.74 0.46
HSL 24.71º 0.59% 0.34% -
HSV(B) 24.71º 0.74% 0.54% -
XYZ 13.27 10.75 2.96 -
YUV 90.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 137 77 35 0 0.44 0.74 0.46 24.71 0.59 0.34
Hex 89 4D 23 0 2C 4A 2E 19 3B 22
Octal 211 115 43 0 54 112 56 31 73 42
Binary 10001001 1001101 100011 0 101100 1001010 101110 11001 111011 100010

Color Harmonies of #894D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D23

Black with #894D23

Text Example


Text Example

White with #894D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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