Html Css Color HEX #9B470D Saddle Brown

📋 copy color: '#9B470D'

red 155 ◦ green 71 ◦ blue 13

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

Shades of Saddle Brown #9B470D

Tints of Saddle Brown #9B470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.71%

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 64.85%
G = 29.71%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B470D (or 0x9B470D) is known color: Saddle Brown. HEX triplet: 9B, 47 and 0D. RGB value is (155,71,13). Sum of RGB (Red+Green+Blue) = 155+71+13=239 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.85% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 155 - color contains mainly: red. Hex color #9B470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B470D is #64B8F2. Grayscale: #595959. Windows color (decimal): -6600947 or 870299. OLE color: 870299.

HSL color Cylindrical-coordinate representation of color #9B470D: hue angle of 24.51º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9B470D is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 13 -
CMYK 0 0.54 0.92 0.39
HSL 24.51º 0.85% 0.33% -
HSV(B) 24.51º 0.92% 0.61% -
XYZ 15.84 11.5 1.77 -
YUV 89.5 84.83 174.72 -
System Red Green Blue C M Y K H S L
Decimal 155 71 13 0 0.54 0.92 0.39 24.51 0.85 0.33
Hex 9B 47 D 0 36 5C 27 19 55 21
Octal 233 107 15 0 66 134 47 31 125 41
Binary 10011011 1000111 1101 0 110110 1011100 100111 11001 1010101 100001

Color Harmonies of #9B470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B470D

Black with #9B470D

Text Example


Text Example

White with #9B470D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,71,13); }

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

background-color css

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

 a { background-color: rgb(155,71,13); }

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

border-color css

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

 span { border-color: rgb(155,71,13); }

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