Html Css Color HEX #893106 Saddle Brown

📋 copy color: '#893106'

red 137 ◦ green 49 ◦ blue 6

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

Shades of Saddle Brown #893106

Tints of Saddle Brown #893106

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.52%

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

R = 71.35%
G = 25.52%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#893106 (or 0x893106) is known color: Saddle Brown. HEX triplet: 89, 31 and 06. RGB value is (137,49,6). Sum of RGB (Red+Green+Blue) = 137+49+6=192 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.35% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 6 (2.73% from 255 or 3.12% from 192); Max value from RGB is 137 - color contains mainly: red. Hex color #893106 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #893106 is #76CEF9. Grayscale: #464646. Windows color (decimal): -7786234 or 405897. OLE color: 405897.

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

Color convert

RGB 137 49 6 -
CMYK 0 0.64 0.96 0.46
HSL 19.69º 0.92% 0.28% -
HSV(B) 19.69º 0.96% 0.54% -
XYZ 11.45 7.53 1.02 -
YUV 70.41 91.65 175.5 -
System Red Green Blue C M Y K H S L
Decimal 137 49 6 0 0.64 0.96 0.46 19.69 0.92 0.28
Hex 89 31 6 0 40 60 2E 14 5C 1C
Octal 211 61 6 0 100 140 56 24 134 34
Binary 10001001 110001 110 0 1000000 1100000 101110 10100 1011100 11100

Color Harmonies of #893106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #893106

Black with #893106

Text Example


Text Example

White with #893106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #893106; }

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

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

background-color css

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

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

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

border-color css

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

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

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