Html Css Color HEX #9B370F Saddle Brown

📋 copy color: '#9B370F'

red 155 ◦ green 55 ◦ blue 15

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

Shades of Saddle Brown #9B370F

Tints of Saddle Brown #9B370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.44%

 BLUE value IS 15 (6.25% from 255) = 6.67%

R = 68.89%
G = 24.44%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B370F (or 0x9B370F) is known color: Saddle Brown. HEX triplet: 9B, 37 and 0F. RGB value is (155,55,15). Sum of RGB (Red+Green+Blue) = 155+55+15=225 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.89% from 225); Green value is 55 (21.88% from 255 or 24.44% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 155 - color contains mainly: red. Hex color #9B370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B370F is #64C8F0. Grayscale: #505050. Windows color (decimal): -6605041 or 997275. OLE color: 997275.

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

Color convert

RGB 155 55 15 -
CMYK 0 0.65 0.90 0.39
HSL 17.14º 0.82% 0.33% -
HSV(B) 17.14º 0.9% 0.61% -
XYZ 14.97 9.74 1.54 -
YUV 80.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 155 55 15 0 0.65 0.90 0.39 17.14 0.82 0.33
Hex 9B 37 F 0 41 5A 27 11 52 21
Octal 233 67 17 0 101 132 47 21 122 41
Binary 10011011 110111 1111 0 1000001 1011010 100111 10001 1010010 100001

Color Harmonies of #9B370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B370F

Black with #9B370F

Text Example


Text Example

White with #9B370F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,55,15); }

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

background-color css

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

 a { background-color: rgb(155,55,15); }

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

border-color css

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

 span { border-color: rgb(155,55,15); }

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