Html Css Color HEX #8B4910 Saddle Brown

📋 copy color: '#8B4910'

red 139 ◦ green 73 ◦ blue 16

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

Shades of Saddle Brown #8B4910

Tints of Saddle Brown #8B4910

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 60.96%
G = 32.02%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B4910 (or 0x8B4910) is known color: Saddle Brown. HEX triplet: 8B, 49 and 10. RGB value is (139,73,16). Sum of RGB (Red+Green+Blue) = 139+73+16=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B4910 is #74B6EF. Grayscale: #565656. Windows color (decimal): -7649008 or 1067403. OLE color: 1067403.

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

Color convert

RGB 139 73 16 -
CMYK 0 0.47 0.88 0.45
HSL 27.8º 0.79% 0.3% -
HSV(B) 27.8º 0.88% 0.55% -
XYZ 13.12 10.29 1.78 -
YUV 86.24 88.37 165.63 -
System Red Green Blue C M Y K H S L
Decimal 139 73 16 0 0.47 0.88 0.45 27.8 0.79 0.3
Hex 8B 49 10 0 2F 58 2D 1C 4F 1E
Octal 213 111 20 0 57 130 55 34 117 36
Binary 10001011 1001001 10000 0 101111 1011000 101101 11100 1001111 11110

Color Harmonies of #8B4910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4910

Black with #8B4910

Text Example


Text Example

White with #8B4910

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,73,16); }

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

background-color css

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

 a { background-color: rgb(139,73,16); }

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

border-color css

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

 span { border-color: rgb(139,73,16); }

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