Html Css Color HEX #894205 Saddle Brown

📋 copy color: '#894205'

red 137 ◦ green 66 ◦ blue 5

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

Shades of Saddle Brown #894205

Tints of Saddle Brown #894205

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.73%

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 65.87%
G = 31.73%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#894205 (or 0x894205) is known color: Saddle Brown. HEX triplet: 89, 42 and 05. RGB value is (137,66,5). Sum of RGB (Red+Green+Blue) = 137+66+5=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 66 (26.17% from 255 or 31.73% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #894205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894205 is #76BDFA. Grayscale: #505050. Windows color (decimal): -7781883 or 344713. OLE color: 344713.

HSL color Cylindrical-coordinate representation of color #894205: hue angle of 27.73º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #894205 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 5 -
CMYK 0 0.52 0.96 0.46
HSL 27.73º 0.93% 0.28% -
HSV(B) 27.73º 0.96% 0.54% -
XYZ 12.29 9.23 1.28 -
YUV 80.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 137 66 5 0 0.52 0.96 0.46 27.73 0.93 0.28
Hex 89 42 5 0 34 60 2E 1C 5D 1C
Octal 211 102 5 0 64 140 56 34 135 34
Binary 10001001 1000010 101 0 110100 1100000 101110 11100 1011101 11100

Color Harmonies of #894205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894205

Black with #894205

Text Example


Text Example

White with #894205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894205; }

 p { color: rgb(137,66,5); }

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

background-color css

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

 a { background-color: rgb(137,66,5); }

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

border-color css

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

 span { border-color: rgb(137,66,5); }

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