Html Css Color HEX #9B4910 Saddle Brown

📋 copy color: '#9B4910'

red 155 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #9B4910

Tints of Saddle Brown #9B4910

RGB

 RED value IS 155 (60.94% from 255) = 63.52%

 GREEN value IS 73 (28.91% from 255) = 29.92%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 63.52%
G = 29.92%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B4910 (or 0x9B4910) is known color: Saddle Brown. HEX triplet: 9B, 49 and 10. RGB value is (155,73,16). Sum of RGB (Red+Green+Blue) = 155+73+16=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4910 is #64B6EF. Grayscale: #5B5B5B. Windows color (decimal): -6600432 or 1067419. OLE color: 1067419.

HSL color Cylindrical-coordinate representation of color #9B4910: hue angle of 24.6º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B4910 is Cyan = 0, Magento = 0.53, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 73 16 -
CMYK 0 0.53 0.90 0.39
HSL 24.6º 0.81% 0.34% -
HSV(B) 24.6º 0.9% 0.61% -
XYZ 15.99 11.77 1.92 -
YUV 91.02 85.67 173.63 -
System Red Green Blue C M Y K H S L
Decimal 155 73 16 0 0.53 0.90 0.39 24.6 0.81 0.34
Hex 9B 49 10 0 35 5A 27 19 51 22
Octal 233 111 20 0 65 132 47 31 121 42
Binary 10011011 1001001 10000 0 110101 1011010 100111 11001 1010001 100010

Color Harmonies of #9B4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4910

Black with #9B4910

Text Example


Text Example

White with #9B4910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,73,16); }

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

background-color css

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

 a { background-color: rgb(155,73,16); }

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

border-color css

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

 span { border-color: rgb(155,73,16); }

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