Html Css Color HEX #9B3505 Saddle Brown

📋 copy color: '#9B3505'

red 155 ◦ green 53 ◦ blue 5

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

Shades of Saddle Brown #9B3505

Tints of Saddle Brown #9B3505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.88%

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

R = 72.77%
G = 24.88%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B3505 (or 0x9B3505) is known color: Saddle Brown. HEX triplet: 9B, 35 and 05. RGB value is (155,53,5). Sum of RGB (Red+Green+Blue) = 155+53+5=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3505 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3505 is #64CAFA. Grayscale: #4E4E4E. Windows color (decimal): -6605563 or 341403. OLE color: 341403.

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

Color convert

RGB 155 53 5 -
CMYK 0 0.66 0.97 0.39
HSL 19.2º 0.94% 0.31% -
HSV(B) 19.2º 0.97% 0.61% -
XYZ 14.82 9.53 1.2 -
YUV 78.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 155 53 5 0 0.66 0.97 0.39 19.2 0.94 0.31
Hex 9B 35 5 0 42 61 27 13 5E 1F
Octal 233 65 5 0 102 141 47 23 136 37
Binary 10011011 110101 101 0 1000010 1100001 100111 10011 1011110 11111

Color Harmonies of #9B3505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3505

Black with #9B3505

Text Example


Text Example

White with #9B3505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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