Html Css Color HEX #9B3201 Saddle Brown

📋 copy color: '#9B3201'

red 155 ◦ green 50 ◦ blue 1

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

Shades of Saddle Brown #9B3201

Tints of Saddle Brown #9B3201

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.27%

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

R = 75.24%
G = 24.27%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B3201 (or 0x9B3201) is known color: Saddle Brown. HEX triplet: 9B, 32 and 01. RGB value is (155,50,1). Sum of RGB (Red+Green+Blue) = 155+50+1=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 50 (19.92% from 255 or 24.27% from 206); Blue value is 1 (0.78% from 255 or 0.49% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3201 is #64CDFE. Grayscale: #4C4C4C. Windows color (decimal): -6606335 or 78491. OLE color: 78491.

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

Color convert

RGB 155 50 1 -
CMYK 0 0.68 0.99 0.39
HSL 19.09º 0.99% 0.31% -
HSV(B) 19.09º 0.99% 0.61% -
XYZ 14.66 9.25 1.04 -
YUV 75.81 85.79 184.48 -
System Red Green Blue C M Y K H S L
Decimal 155 50 1 0 0.68 0.99 0.39 19.09 0.99 0.31
Hex 9B 32 1 0 44 63 27 13 63 1F
Octal 233 62 1 0 104 143 47 23 143 37
Binary 10011011 110010 1 0 1000100 1100011 100111 10011 1100011 11111

Color Harmonies of #9B3201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3201

Black with #9B3201

Text Example


Text Example

White with #9B3201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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