Html Css Color HEX #894206 Saddle Brown

📋 copy color: '#894206'

red 137 ◦ green 66 ◦ blue 6

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

Shades of Saddle Brown #894206

Tints of Saddle Brown #894206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.87%

R = 65.55%
G = 31.58%
B = 2.87%

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

#894206 (or 0x894206) is known color: Saddle Brown. HEX triplet: 89, 42 and 06. RGB value is (137,66,6). Sum of RGB (Red+Green+Blue) = 137+66+6=209 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.55% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 6 (2.73% from 255 or 2.87% from 209); Max value from RGB is 137 - color contains mainly: red. Hex color #894206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894206 is #76BDF9. Grayscale: #505050. Windows color (decimal): -7781882 or 410249. OLE color: 410249.

HSL color Cylindrical-coordinate representation of color #894206: hue angle of 27.48º degrees, saturation: 0.92, 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 #894206 is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 66 6 -
CMYK 0 0.52 0.96 0.46
HSL 27.48º 0.92% 0.28% -
HSV(B) 27.48º 0.96% 0.54% -
XYZ 12.3 9.23 1.31 -
YUV 80.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 137 66 6 0 0.52 0.96 0.46 27.48 0.92 0.28
Hex 89 42 6 0 34 60 2E 1B 5C 1C
Octal 211 102 6 0 64 140 56 33 134 34
Binary 10001001 1000010 110 0 110100 1100000 101110 11011 1011100 11100

Color Harmonies of #894206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #894206

Black with #894206

Text Example


Text Example

White with #894206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #894206; }

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

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

background-color css

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

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

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

border-color css

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

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

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