Html Css Color HEX #9B3301 Saddle Brown

📋 copy color: '#9B3301'

red 155 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #9B3301

Tints of Saddle Brown #9B3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 74.88%
G = 24.64%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B3301 (or 0x9B3301) is known color: Saddle Brown. HEX triplet: 9B, 33 and 01. RGB value is (155,51,1). Sum of RGB (Red+Green+Blue) = 155+51+1=207 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.88% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3301 is #64CCFE. Grayscale: #4C4C4C. Windows color (decimal): -6606079 or 78747. OLE color: 78747.

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

Color convert

RGB 155 51 1 -
CMYK 0 0.67 0.99 0.39
HSL 19.48º 0.99% 0.31% -
HSV(B) 19.48º 0.99% 0.61% -
XYZ 14.71 9.34 1.06 -
YUV 76.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 155 51 1 0 0.67 0.99 0.39 19.48 0.99 0.31
Hex 9B 33 1 0 43 63 27 13 63 1F
Octal 233 63 1 0 103 143 47 23 143 37
Binary 10011011 110011 1 0 1000011 1100011 100111 10011 1100011 11111

Color Harmonies of #9B3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3301

Black with #9B3301

Text Example


Text Example

White with #9B3301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,51,1); }

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

background-color css

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

 a { background-color: rgb(155,51,1); }

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

border-color css

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

 span { border-color: rgb(155,51,1); }

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