Html Css Color HEX #893208 Saddle Brown

📋 copy color: '#893208'

red 137 ◦ green 50 ◦ blue 8

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

Shades of Saddle Brown #893208

Tints of Saddle Brown #893208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

 BLUE value IS 8 (3.52% from 255) = 4.1%

R = 70.26%
G = 25.64%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#893208 (or 0x893208) is known color: Saddle Brown. HEX triplet: 89, 32 and 08. RGB value is (137,50,8). Sum of RGB (Red+Green+Blue) = 137+50+8=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #893208 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893208 is #76CDF7. Grayscale: #474747. Windows color (decimal): -7785976 or 537225. OLE color: 537225.

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

Color convert

RGB 137 50 8 -
CMYK 0 0.64 0.94 0.46
HSL 19.53º 0.89% 0.28% -
HSV(B) 19.53º 0.94% 0.54% -
XYZ 11.5 7.62 1.09 -
YUV 71.23 92.32 174.92 -
System Red Green Blue C M Y K H S L
Decimal 137 50 8 0 0.64 0.94 0.46 19.53 0.89 0.28
Hex 89 32 8 0 40 5E 2E 14 59 1C
Octal 211 62 10 0 100 136 56 24 131 34
Binary 10001001 110010 1000 0 1000000 1011110 101110 10100 1011001 11100

Color Harmonies of #893208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893208

Black with #893208

Text Example


Text Example

White with #893208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893208; }

 p { color: rgb(137,50,8); }

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

background-color css

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

 a { background-color: rgb(137,50,8); }

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

border-color css

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

 span { border-color: rgb(137,50,8); }

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