Html Css Color HEX #9A320B Saddle Brown

📋 copy color: '#9A320B'

red 154 ◦ green 50 ◦ blue 11

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

Shades of Saddle Brown #9A320B

Tints of Saddle Brown #9A320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 71.63%
G = 23.26%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#9A320B (or 0x9A320B) is known color: Saddle Brown. HEX triplet: 9A, 32 and 0B. RGB value is (154,50,11). Sum of RGB (Red+Green+Blue) = 154+50+11=215 (28% of max value = 765). Red value is 154 (60.55% from 255 or 71.63% from 215); Green value is 50 (19.92% from 255 or 23.26% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 154 - color contains mainly: red. Hex color #9A320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A320B is #65CDF4. Grayscale: #4C4C4C. Windows color (decimal): -6671861 or 733850. OLE color: 733850.

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

Color convert

RGB 154 50 11 -
CMYK 0 0.68 0.93 0.40
HSL 16.36º 0.87% 0.32% -
HSV(B) 16.36º 0.93% 0.6% -
XYZ 14.53 9.18 1.32 -
YUV 76.65 90.96 183.17 -
System Red Green Blue C M Y K H S L
Decimal 154 50 11 0 0.68 0.93 0.40 16.36 0.87 0.32
Hex 9A 32 B 0 44 5D 28 10 57 20
Octal 232 62 13 0 104 135 50 20 127 40
Binary 10011010 110010 1011 0 1000100 1011101 101000 10000 1010111 100000

Color Harmonies of #9A320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A320B

Black with #9A320B

Text Example


Text Example

White with #9A320B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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