Html Css Color HEX #8B3911 Saddle Brown

📋 copy color: '#8B3911'

red 139 ◦ green 57 ◦ blue 17

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

Shades of Saddle Brown #8B3911

Tints of Saddle Brown #8B3911

RGB

 RED value IS 139 (54.69% from 255) = 65.26%

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

 BLUE value IS 17 (7.03% from 255) = 7.98%

R = 65.26%
G = 26.76%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B3911 (or 0x8B3911) is known color: Saddle Brown. HEX triplet: 8B, 39 and 11. RGB value is (139,57,17). Sum of RGB (Red+Green+Blue) = 139+57+17=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B3911 is #74C6EE. Grayscale: #4D4D4D. Windows color (decimal): -7653103 or 1128843. OLE color: 1128843.

HSL color Cylindrical-coordinate representation of color #8B3911: hue angle of 19.67º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B3911 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 57 17 -
CMYK 0 0.59 0.88 0.45
HSL 19.67º 0.78% 0.31% -
HSV(B) 19.67º 0.88% 0.55% -
XYZ 12.21 8.46 1.52 -
YUV 76.96 94.17 172.25 -
System Red Green Blue C M Y K H S L
Decimal 139 57 17 0 0.59 0.88 0.45 19.67 0.78 0.31
Hex 8B 39 11 0 3B 58 2D 14 4E 1F
Octal 213 71 21 0 73 130 55 24 116 37
Binary 10001011 111001 10001 0 111011 1011000 101101 10100 1001110 11111

Color Harmonies of #8B3911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3911

Black with #8B3911

Text Example


Text Example

White with #8B3911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3911; }

 p { color: rgb(139,57,17); }

 H1.HeaderClassName
 {
   color: #8B3911;
 }
 .AnyTagClassName
 {
   color: #8B3911;
 }
</style>

background-color css

<style>
 a { background-color: #8B3911; }

 a { background-color: rgb(139,57,17); }

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

border-color css

<style>
 span { border-color: #8B3911; }

 span { border-color: rgb(139,57,17); }

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