Html Css Color HEX #9B3510 Saddle Brown

📋 copy color: '#9B3510'

red 155 ◦ green 53 ◦ blue 16

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

Shades of Saddle Brown #9B3510

Tints of Saddle Brown #9B3510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.14%

R = 69.2%
G = 23.66%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B3510 (or 0x9B3510) is known color: Saddle Brown. HEX triplet: 9B, 35 and 10. RGB value is (155,53,16). Sum of RGB (Red+Green+Blue) = 155+53+16=224 (29% of max value = 765). Red value is 155 (60.94% from 255 or 69.20% from 224); Green value is 53 (21.09% from 255 or 23.66% from 224); Blue value is 16 (6.64% from 255 or 7.14% from 224); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3510 is #64CAEF. Grayscale: #4F4F4F. Windows color (decimal): -6605552 or 1062299. OLE color: 1062299.

HSL color Cylindrical-coordinate representation of color #9B3510: hue angle of 15.97º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B3510 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 53 16 -
CMYK 0 0.66 0.90 0.39
HSL 15.97º 0.81% 0.34% -
HSV(B) 15.97º 0.9% 0.61% -
XYZ 14.88 9.55 1.55 -
YUV 79.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 155 53 16 0 0.66 0.90 0.39 15.97 0.81 0.34
Hex 9B 35 10 0 42 5A 27 10 51 22
Octal 233 65 20 0 102 132 47 20 121 42
Binary 10011011 110101 10000 0 1000010 1011010 100111 10000 1010001 100010

Color Harmonies of #9B3510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3510

Black with #9B3510

Text Example


Text Example

White with #9B3510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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