Html Css Color HEX #9B5010 Saddle Brown

📋 copy color: '#9B5010'

red 155 ◦ green 80 ◦ blue 16

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

Shades of Saddle Brown #9B5010

Tints of Saddle Brown #9B5010

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.87%

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

R = 61.75%
G = 31.87%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B5010 (or 0x9B5010) is known color: Saddle Brown. HEX triplet: 9B, 50 and 10. RGB value is (155,80,16). Sum of RGB (Red+Green+Blue) = 155+80+16=251 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.75% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5010 is #64AFEF. Grayscale: #5F5F5F. Windows color (decimal): -6598640 or 1069211. OLE color: 1069211.

HSL color Cylindrical-coordinate representation of color #9B5010: hue angle of 27.63º 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 #9B5010 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 16 -
CMYK 0 0.48 0.90 0.39
HSL 27.63º 0.81% 0.34% -
HSV(B) 27.63º 0.9% 0.61% -
XYZ 16.48 12.74 2.08 -
YUV 95.13 83.35 170.7 -
System Red Green Blue C M Y K H S L
Decimal 155 80 16 0 0.48 0.90 0.39 27.63 0.81 0.34
Hex 9B 50 10 0 30 5A 27 1C 51 22
Octal 233 120 20 0 60 132 47 34 121 42
Binary 10011011 1010000 10000 0 110000 1011010 100111 11100 1010001 100010

Color Harmonies of #9B5010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5010

Black with #9B5010

Text Example


Text Example

White with #9B5010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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