Html Css Color HEX #894D2B Korma

📋 copy color: '#894D2B'

red 137 ◦ green 77 ◦ blue 43

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

Shades of Korma #894D2B

Tints of Korma #894D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 53.31%
G = 29.96%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.69

 K value IS 0.46

RGB Variations

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

Color information

#894D2B (or 0x894D2B) is known color: Korma. HEX triplet: 89, 4D and 2B. RGB value is (137,77,43). Sum of RGB (Red+Green+Blue) = 137+77+43=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #894D2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894D2B is #76B2D4. Grayscale: #5B5B5B. Windows color (decimal): -7779029 or 2837897. OLE color: 2837897.

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

Color convert

RGB 137 77 43 -
CMYK 0 0.44 0.69 0.46
HSL 21.7º 0.52% 0.35% -
HSV(B) 21.7º 0.69% 0.54% -
XYZ 13.41 10.8 3.66 -
YUV 91.06 100.88 160.76 -
System Red Green Blue C M Y K H S L
Decimal 137 77 43 0 0.44 0.69 0.46 21.7 0.52 0.35
Hex 89 4D 2B 0 2C 45 2E 16 34 23
Octal 211 115 53 0 54 105 56 26 64 43
Binary 10001001 1001101 101011 0 101100 1000101 101110 10110 110100 100011

Color Harmonies of #894D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894D2B

Black with #894D2B

Text Example


Text Example

White with #894D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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