Html Css Color HEX #894F0C Saddle Brown

📋 copy color: '#894F0C'

red 137 ◦ green 79 ◦ blue 12

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

Shades of Saddle Brown #894F0C

Tints of Saddle Brown #894F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 60.09%
G = 34.65%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#894F0C (or 0x894F0C) is known color: Saddle Brown. HEX triplet: 89, 4F and 0C. RGB value is (137,79,12). Sum of RGB (Red+Green+Blue) = 137+79+12=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #894F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F0C is #76B0F3. Grayscale: #595959. Windows color (decimal): -7778548 or 806793. OLE color: 806793.

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

Color convert

RGB 137 79 12 -
CMYK 0 0.42 0.91 0.46
HSL 32.16º 0.84% 0.29% -
HSV(B) 32.16º 0.91% 0.54% -
XYZ 13.18 10.94 1.76 -
YUV 88.7 84.72 162.45 -
System Red Green Blue C M Y K H S L
Decimal 137 79 12 0 0.42 0.91 0.46 32.16 0.84 0.29
Hex 89 4F C 0 2A 5B 2E 20 54 1D
Octal 211 117 14 0 52 133 56 40 124 35
Binary 10001001 1001111 1100 0 101010 1011011 101110 100000 1010100 11101

Color Harmonies of #894F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894F0C

Black with #894F0C

Text Example


Text Example

White with #894F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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