Html Css Color HEX #9B3F19 Saddle Brown

📋 copy color: '#9B3F19'

red 155 ◦ green 63 ◦ blue 25

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

Shades of Saddle Brown #9B3F19

Tints of Saddle Brown #9B3F19

RGB

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

 GREEN value IS 63 (25% from 255) = 25.93%

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 63.79%
G = 25.93%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.39

RGB Variations

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

Color information

#9B3F19 (or 0x9B3F19) is known color: Saddle Brown. HEX triplet: 9B, 3F and 19. RGB value is (155,63,25). Sum of RGB (Red+Green+Blue) = 155+63+25=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 63 (25% from 255 or 25.93% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F19 is #64C0E6. Grayscale: #565656. Windows color (decimal): -6602983 or 1654683. OLE color: 1654683.

HSL color Cylindrical-coordinate representation of color #9B3F19: hue angle of 17.54º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B3F19 is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 63 25 -
CMYK 0 0.59 0.84 0.39
HSL 17.54º 0.72% 0.35% -
HSV(B) 17.54º 0.84% 0.61% -
XYZ 15.47 10.59 2.15 -
YUV 86.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 155 63 25 0 0.59 0.84 0.39 17.54 0.72 0.35
Hex 9B 3F 19 0 3B 54 27 12 48 23
Octal 233 77 31 0 73 124 47 22 110 43
Binary 10011011 111111 11001 0 111011 1010100 100111 10010 1001000 100011

Color Harmonies of #9B3F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F19

Black with #9B3F19

Text Example


Text Example

White with #9B3F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,25); }

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

background-color css

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

 a { background-color: rgb(155,63,25); }

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

border-color css

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

 span { border-color: rgb(155,63,25); }

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