Html Css Color HEX #894B25 Korma

📋 copy color: '#894B25'

red 137 ◦ green 75 ◦ blue 37

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

Shades of Korma #894B25

Tints of Korma #894B25

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.12%

 BLUE value IS 37 (14.84% from 255) = 14.86%

R = 55.02%
G = 30.12%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.73

 K value IS 0.46

RGB Variations

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

Color information

#894B25 (or 0x894B25) is known color: Korma. HEX triplet: 89, 4B and 25. RGB value is (137,75,37). Sum of RGB (Red+Green+Blue) = 137+75+37=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 75 (29.69% from 255 or 30.12% from 249); Blue value is 37 (14.84% from 255 or 14.86% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #894B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894B25 is #76B4DA. Grayscale: #595959. Windows color (decimal): -7779547 or 2444169. OLE color: 2444169.

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

Color convert

RGB 137 75 37 -
CMYK 0 0.45 0.73 0.46
HSL 22.8º 0.57% 0.34% -
HSV(B) 22.8º 0.73% 0.54% -
XYZ 13.17 10.48 3.08 -
YUV 89.21 98.54 162.09 -
System Red Green Blue C M Y K H S L
Decimal 137 75 37 0 0.45 0.73 0.46 22.8 0.57 0.34
Hex 89 4B 25 0 2D 49 2E 17 39 22
Octal 211 113 45 0 55 111 56 27 71 42
Binary 10001001 1001011 100101 0 101101 1001001 101110 10111 111001 100010

Color Harmonies of #894B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894B25

Black with #894B25

Text Example


Text Example

White with #894B25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,75,37); }

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

background-color css

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

 a { background-color: rgb(137,75,37); }

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

border-color css

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

 span { border-color: rgb(137,75,37); }

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