Html Css Color HEX #894D28 Korma

📋 copy color: '#894D28'

red 137 ◦ green 77 ◦ blue 40

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

Shades of Korma #894D28

Tints of Korma #894D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 53.94%
G = 30.31%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#894D28 (or 0x894D28) is known color: Korma. HEX triplet: 89, 4D and 28. RGB value is (137,77,40). Sum of RGB (Red+Green+Blue) = 137+77+40=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #894D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D28 is #76B2D7. Grayscale: #5A5A5A. Windows color (decimal): -7779032 or 2641289. OLE color: 2641289.

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

Color convert

RGB 137 77 40 -
CMYK 0 0.44 0.71 0.46
HSL 22.89º 0.55% 0.35% -
HSV(B) 22.89º 0.71% 0.54% -
XYZ 13.35 10.78 3.38 -
YUV 90.72 99.38 161.01 -
System Red Green Blue C M Y K H S L
Decimal 137 77 40 0 0.44 0.71 0.46 22.89 0.55 0.35
Hex 89 4D 28 0 2C 47 2E 17 37 23
Octal 211 115 50 0 54 107 56 27 67 43
Binary 10001001 1001101 101000 0 101100 1000111 101110 10111 110111 100011

Color Harmonies of #894D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D28

Black with #894D28

Text Example


Text Example

White with #894D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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