Html Css Color HEX #894818 Saddle Brown

📋 copy color: '#894818'

red 137 ◦ green 72 ◦ blue 24

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

Shades of Saddle Brown #894818

Tints of Saddle Brown #894818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 58.8%
G = 30.9%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.46

RGB Variations

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

Color information

#894818 (or 0x894818) is known color: Saddle Brown. HEX triplet: 89, 48 and 18. RGB value is (137,72,24). Sum of RGB (Red+Green+Blue) = 137+72+24=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #894818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894818 is #76B7E7. Grayscale: #565656. Windows color (decimal): -7780328 or 1591433. OLE color: 1591433.

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

Color convert

RGB 137 72 24 -
CMYK 0 0.47 0.82 0.46
HSL 25.49º 0.7% 0.32% -
HSV(B) 25.49º 0.82% 0.54% -
XYZ 12.8 10.02 2.12 -
YUV 85.96 93.03 164.4 -
System Red Green Blue C M Y K H S L
Decimal 137 72 24 0 0.47 0.82 0.46 25.49 0.7 0.32
Hex 89 48 18 0 2F 52 2E 19 46 20
Octal 211 110 30 0 57 122 56 31 106 40
Binary 10001001 1001000 11000 0 101111 1010010 101110 11001 1000110 100000

Color Harmonies of #894818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894818

Black with #894818

Text Example


Text Example

White with #894818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894818; }

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

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

background-color css

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

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

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

border-color css

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

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

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