Html Css Color HEX #9B5014 Saddle Brown

📋 copy color: '#9B5014'

red 155 ◦ green 80 ◦ blue 20

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

Shades of Saddle Brown #9B5014

Tints of Saddle Brown #9B5014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.84%

R = 60.78%
G = 31.37%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.39

RGB Variations

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

Color information

#9B5014 (or 0x9B5014) is known color: Saddle Brown. HEX triplet: 9B, 50 and 14. RGB value is (155,80,20). Sum of RGB (Red+Green+Blue) = 155+80+20=255 (33% of max value = 765). Red value is 155 (60.94% from 255 or 60.78% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5014 is #64AFEB. Grayscale: #5F5F5F. Windows color (decimal): -6598636 or 1331355. OLE color: 1331355.

HSL color Cylindrical-coordinate representation of color #9B5014: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9B5014 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 80 20 -
CMYK 0 0.48 0.87 0.39
HSL 26.67º 0.77% 0.34% -
HSV(B) 26.67º 0.87% 0.61% -
XYZ 16.51 12.76 2.25 -
YUV 95.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 155 80 20 0 0.48 0.87 0.39 26.67 0.77 0.34
Hex 9B 50 14 0 30 57 27 1B 4D 22
Octal 233 120 24 0 60 127 47 33 115 42
Binary 10011011 1010000 10100 0 110000 1010111 100111 11011 1001101 100010

Color Harmonies of #9B5014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5014

Black with #9B5014

Text Example


Text Example

White with #9B5014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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