Html Css Color HEX #894F27 Korma

📋 copy color: '#894F27'

red 137 ◦ green 79 ◦ blue 39

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

Shades of Korma #894F27

Tints of Korma #894F27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 53.73%
G = 30.98%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#894F27 (or 0x894F27) is known color: Korma. HEX triplet: 89, 4F and 27. RGB value is (137,79,39). Sum of RGB (Red+Green+Blue) = 137+79+39=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #894F27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #894F27 is #76B0D8. Grayscale: #5C5C5C. Windows color (decimal): -7778521 or 2576265. OLE color: 2576265.

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

Color convert

RGB 137 79 39 -
CMYK 0 0.42 0.72 0.46
HSL 24.49º 0.56% 0.35% -
HSV(B) 24.49º 0.72% 0.54% -
XYZ 13.48 11.06 3.34 -
YUV 91.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 137 79 39 0 0.42 0.72 0.46 24.49 0.56 0.35
Hex 89 4F 27 0 2A 48 2E 18 38 23
Octal 211 117 47 0 52 110 56 30 70 43
Binary 10001001 1001111 100111 0 101010 1001000 101110 11000 111000 100011

Color Harmonies of #894F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F27

Black with #894F27

Text Example


Text Example

White with #894F27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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