Html Css Color HEX #894F28 Korma

📋 copy color: '#894F28'

red 137 ◦ green 79 ◦ blue 40

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

Shades of Korma #894F28

Tints of Korma #894F28

RGB

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

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

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

R = 53.52%
G = 30.86%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.46

RGB Variations

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

Color information

#894F28 (or 0x894F28) is known color: Korma. HEX triplet: 89, 4F and 28. RGB value is (137,79,40). Sum of RGB (Red+Green+Blue) = 137+79+40=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 79 (31.25% from 255 or 30.86% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #894F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F28 is #76B0D7. Grayscale: #5C5C5C. Windows color (decimal): -7778520 or 2641801. OLE color: 2641801.

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

Color convert

RGB 137 79 40 -
CMYK 0 0.42 0.71 0.46
HSL 24.12º 0.55% 0.35% -
HSV(B) 24.12º 0.71% 0.54% -
XYZ 13.5 11.06 3.43 -
YUV 91.9 98.72 160.17 -
System Red Green Blue C M Y K H S L
Decimal 137 79 40 0 0.42 0.71 0.46 24.12 0.55 0.35
Hex 89 4F 28 0 2A 47 2E 18 37 23
Octal 211 117 50 0 52 107 56 30 67 43
Binary 10001001 1001111 101000 0 101010 1000111 101110 11000 110111 100011

Color Harmonies of #894F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F28

Black with #894F28

Text Example


Text Example

White with #894F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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