Html Css Color HEX #9B3B15 Saddle Brown

📋 copy color: '#9B3B15'

red 155 ◦ green 59 ◦ blue 21

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

Shades of Saddle Brown #9B3B15

Tints of Saddle Brown #9B3B15

RGB

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

 GREEN value IS 59 (23.44% from 255) = 25.11%

 BLUE value IS 21 (8.59% from 255) = 8.94%

R = 65.96%
G = 25.11%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B3B15 (or 0x9B3B15) is known color: Saddle Brown. HEX triplet: 9B, 3B and 15. RGB value is (155,59,21). Sum of RGB (Red+Green+Blue) = 155+59+21=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 59 (23.44% from 255 or 25.11% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3B15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3B15 is #64C4EA. Grayscale: #535353. Windows color (decimal): -6604011 or 1391515. OLE color: 1391515.

HSL color Cylindrical-coordinate representation of color #9B3B15: hue angle of 17.01º degrees, saturation: 0.76, 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 #9B3B15 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 59 21 -
CMYK 0 0.62 0.86 0.39
HSL 17.01º 0.76% 0.35% -
HSV(B) 17.01º 0.86% 0.61% -
XYZ 15.22 10.15 1.87 -
YUV 83.37 92.8 179.09 -
System Red Green Blue C M Y K H S L
Decimal 155 59 21 0 0.62 0.86 0.39 17.01 0.76 0.35
Hex 9B 3B 15 0 3E 56 27 11 4C 23
Octal 233 73 25 0 76 126 47 21 114 43
Binary 10011011 111011 10101 0 111110 1010110 100111 10001 1001100 100011

Color Harmonies of #9B3B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3B15

Black with #9B3B15

Text Example


Text Example

White with #9B3B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,59,21); }

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

background-color css

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

 a { background-color: rgb(155,59,21); }

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

border-color css

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

 span { border-color: rgb(155,59,21); }

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