Html Css Color HEX #9B390D Saddle Brown

📋 copy color: '#9B390D'

red 155 ◦ green 57 ◦ blue 13

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

Shades of Saddle Brown #9B390D

Tints of Saddle Brown #9B390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.33%

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

R = 68.89%
G = 25.33%
B = 5.78%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B390D (or 0x9B390D) is known color: Saddle Brown. HEX triplet: 9B, 39 and 0D. RGB value is (155,57,13). Sum of RGB (Red+Green+Blue) = 155+57+13=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B390D is #64C6F2. Grayscale: #515151. Windows color (decimal): -6604531 or 866715. OLE color: 866715.

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

Color convert

RGB 155 57 13 -
CMYK 0 0.63 0.92 0.39
HSL 18.59º 0.85% 0.33% -
HSV(B) 18.59º 0.92% 0.61% -
XYZ 15.05 9.92 1.5 -
YUV 81.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 155 57 13 0 0.63 0.92 0.39 18.59 0.85 0.33
Hex 9B 39 D 0 3F 5C 27 13 55 21
Octal 233 71 15 0 77 134 47 23 125 41
Binary 10011011 111001 1101 0 111111 1011100 100111 10011 1010101 100001

Color Harmonies of #9B390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B390D

Black with #9B390D

Text Example


Text Example

White with #9B390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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