Html Css Color HEX #9B3A16 Saddle Brown

📋 copy color: '#9B3A16'

red 155 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #9B3A16

Tints of Saddle Brown #9B3A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 65.96%
G = 24.68%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B3A16 (or 0x9B3A16) is known color: Saddle Brown. HEX triplet: 9B, 3A and 16. RGB value is (155,58,22). Sum of RGB (Red+Green+Blue) = 155+58+22=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3A16 is #64C5E9. Grayscale: #535353. Windows color (decimal): -6604266 or 1456795. OLE color: 1456795.

HSL color Cylindrical-coordinate representation of color #9B3A16: hue angle of 16.24º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9B3A16 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 58 22 -
CMYK 0 0.63 0.86 0.39
HSL 16.24º 0.75% 0.35% -
HSV(B) 16.24º 0.86% 0.61% -
XYZ 15.18 10.05 1.9 -
YUV 82.9 93.64 179.43 -
System Red Green Blue C M Y K H S L
Decimal 155 58 22 0 0.63 0.86 0.39 16.24 0.75 0.35
Hex 9B 3A 16 0 3F 56 27 10 4B 23
Octal 233 72 26 0 77 126 47 20 113 43
Binary 10011011 111010 10110 0 111111 1010110 100111 10000 1001011 100011

Color Harmonies of #9B3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3A16

Black with #9B3A16

Text Example


Text Example

White with #9B3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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