Html Css Color HEX #9B3500 Saddle Brown

📋 copy color: '#9B3500'

red 155 ◦ green 53 ◦ blue 0

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

Shades of Saddle Brown #9B3500

Tints of Saddle Brown #9B3500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.48%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 74.52%
G = 25.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#9B3500 (or 0x9B3500) is known color: Saddle Brown. HEX triplet: 9B, 35 and 00. RGB value is (155,53,0). Sum of RGB (Red+Green+Blue) = 155+53+0=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3500 is #64CAFF. Grayscale: #4D4D4D. Windows color (decimal): -6605568 or 13723. OLE color: 13723.

HSL color Cylindrical-coordinate representation of color #9B3500: hue angle of 20.52º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B3500 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 0 -
CMYK 0 0.66 1 0.39
HSL 20.52º 1% 0.3% -
HSV(B) 20.52º 1% 0.61% -
XYZ 14.79 9.51 1.06 -
YUV 77.46 84.29 183.31 -
System Red Green Blue C M Y K H S L
Decimal 155 53 0 0 0.66 1 0.39 20.52 1 0.3
Hex 9B 35 0 0 42 64 27 15 64 1E
Octal 233 65 0 0 102 144 47 25 144 36
Binary 10011011 110101 0 0 1000010 1100100 100111 10101 1100100 11110

Color Harmonies of #9B3500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3500

Black with #9B3500

Text Example


Text Example

White with #9B3500

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,53,0); }

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

background-color css

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

 a { background-color: rgb(155,53,0); }

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

border-color css

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

 span { border-color: rgb(155,53,0); }

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