Html Css Color HEX #894813 Saddle Brown

📋 copy color: '#894813'

red 137 ◦ green 72 ◦ blue 19

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

Shades of Saddle Brown #894813

Tints of Saddle Brown #894813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 31.58%

 BLUE value IS 19 (7.81% from 255) = 8.33%

R = 60.09%
G = 31.58%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#894813 (or 0x894813) is known color: Saddle Brown. HEX triplet: 89, 48 and 13. RGB value is (137,72,19). Sum of RGB (Red+Green+Blue) = 137+72+19=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 72 (28.52% from 255 or 31.58% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #894813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894813 is #76B7EC. Grayscale: #555555. Windows color (decimal): -7780333 or 1263753. OLE color: 1263753.

HSL color Cylindrical-coordinate representation of color #894813: hue angle of 26.95º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #894813 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 72 19 -
CMYK 0 0.47 0.86 0.46
HSL 26.95º 0.76% 0.31% -
HSV(B) 26.95º 0.86% 0.54% -
XYZ 12.75 10 1.87 -
YUV 85.39 90.53 164.81 -
System Red Green Blue C M Y K H S L
Decimal 137 72 19 0 0.47 0.86 0.46 26.95 0.76 0.31
Hex 89 48 13 0 2F 56 2E 1B 4C 1F
Octal 211 110 23 0 57 126 56 33 114 37
Binary 10001001 1001000 10011 0 101111 1010110 101110 11011 1001100 11111

Color Harmonies of #894813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894813

Black with #894813

Text Example


Text Example

White with #894813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894813; }

 p { color: rgb(137,72,19); }

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

background-color css

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

 a { background-color: rgb(137,72,19); }

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

border-color css

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

 span { border-color: rgb(137,72,19); }

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