Html Css Color HEX #9A3206 Saddle Brown

📋 copy color: '#9A3206'

red 154 ◦ green 50 ◦ blue 6

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

Shades of Saddle Brown #9A3206

Tints of Saddle Brown #9A3206

RGB

 RED value IS 154 (60.55% from 255) = 73.33%

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

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

R = 73.33%
G = 23.81%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.40

RGB Variations

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

Color information

#9A3206 (or 0x9A3206) is known color: Saddle Brown. HEX triplet: 9A, 32 and 06. RGB value is (154,50,6). Sum of RGB (Red+Green+Blue) = 154+50+6=210 (27% of max value = 765). Red value is 154 (60.55% from 255 or 73.33% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 154 - color contains mainly: red. Hex color #9A3206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A3206 is #65CDF9. Grayscale: #4C4C4C. Windows color (decimal): -6671866 or 406170. OLE color: 406170.

HSL color Cylindrical-coordinate representation of color #9A3206: hue angle of 17.84º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A3206 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 50 6 -
CMYK 0 0.68 0.96 0.40
HSL 17.84º 0.93% 0.31% -
HSV(B) 17.84º 0.96% 0.6% -
XYZ 14.5 9.16 1.18 -
YUV 76.08 88.46 183.58 -
System Red Green Blue C M Y K H S L
Decimal 154 50 6 0 0.68 0.96 0.40 17.84 0.93 0.31
Hex 9A 32 6 0 44 60 28 12 5C 1F
Octal 232 62 6 0 104 140 50 22 134 37
Binary 10011010 110010 110 0 1000100 1100000 101000 10010 1011100 11111

Color Harmonies of #9A3206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A3206

Black with #9A3206

Text Example


Text Example

White with #9A3206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A3206; }

 p { color: rgb(154,50,6); }

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

background-color css

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

 a { background-color: rgb(154,50,6); }

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

border-color css

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

 span { border-color: rgb(154,50,6); }

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