Html Css Color HEX #9B3A01 Saddle Brown

📋 copy color: '#9B3A01'

red 155 ◦ green 58 ◦ blue 1

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

Shades of Saddle Brown #9B3A01

Tints of Saddle Brown #9B3A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.1%

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

R = 72.43%
G = 27.1%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B3A01 (or 0x9B3A01) is known color: Saddle Brown. HEX triplet: 9B, 3A and 01. RGB value is (155,58,1). Sum of RGB (Red+Green+Blue) = 155+58+1=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 58 (23.05% from 255 or 27.10% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3A01 is #64C5FE. Grayscale: #505050. Windows color (decimal): -6604287 or 80539. OLE color: 80539.

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

Color convert

RGB 155 58 1 -
CMYK 0 0.63 0.99 0.39
HSL 22.21º 0.99% 0.31% -
HSV(B) 22.21º 0.99% 0.61% -
XYZ 15.04 10 1.17 -
YUV 80.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 155 58 1 0 0.63 0.99 0.39 22.21 0.99 0.31
Hex 9B 3A 1 0 3F 63 27 16 63 1F
Octal 233 72 1 0 77 143 47 26 143 37
Binary 10011011 111010 1 0 111111 1100011 100111 10110 1100011 11111

Color Harmonies of #9B3A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3A01

Black with #9B3A01

Text Example


Text Example

White with #9B3A01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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