Html Css Color HEX #9B5105 Saddle Brown

📋 copy color: '#9B5105'

red 155 ◦ green 81 ◦ blue 5

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

Shades of Saddle Brown #9B5105

Tints of Saddle Brown #9B5105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.61%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 64.32%
G = 33.61%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B5105 (or 0x9B5105) is known color: Saddle Brown. HEX triplet: 9B, 51 and 05. RGB value is (155,81,5). Sum of RGB (Red+Green+Blue) = 155+81+5=241 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.32% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 5 (2.34% from 255 or 2.07% from 241); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5105 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5105 is #64AEFA. Grayscale: #5E5E5E. Windows color (decimal): -6598395 or 348571. OLE color: 348571.

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

Color convert

RGB 155 81 5 -
CMYK 0 0.48 0.97 0.39
HSL 30.4º 0.94% 0.31% -
HSV(B) 30.4º 0.97% 0.61% -
XYZ 16.49 12.86 1.76 -
YUV 94.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 155 81 5 0 0.48 0.97 0.39 30.4 0.94 0.31
Hex 9B 51 5 0 30 61 27 1E 5E 1F
Octal 233 121 5 0 60 141 47 36 136 37
Binary 10011011 1010001 101 0 110000 1100001 100111 11110 1011110 11111

Color Harmonies of #9B5105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5105

Black with #9B5105

Text Example


Text Example

White with #9B5105

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,5); }

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

background-color css

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

 a { background-color: rgb(155,81,5); }

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

border-color css

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

 span { border-color: rgb(155,81,5); }

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