Html Css Color HEX #8B460E Saddle Brown

📋 copy color: '#8B460E'

red 139 ◦ green 70 ◦ blue 14

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

Shades of Saddle Brown #8B460E

Tints of Saddle Brown #8B460E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.39%

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 62.33%
G = 31.39%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8B460E (or 0x8B460E) is known color: Saddle Brown. HEX triplet: 8B, 46 and 0E. RGB value is (139,70,14). Sum of RGB (Red+Green+Blue) = 139+70+14=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 70 (27.73% from 255 or 31.39% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B460E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B460E is #74B9F1. Grayscale: #545454. Windows color (decimal): -7649778 or 935563. OLE color: 935563.

HSL color Cylindrical-coordinate representation of color #8B460E: hue angle of 26.88º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B460E is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 70 14 -
CMYK 0 0.50 0.90 0.45
HSL 26.88º 0.82% 0.3% -
HSV(B) 26.88º 0.9% 0.55% -
XYZ 12.92 9.9 1.65 -
YUV 84.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 139 70 14 0 0.50 0.90 0.45 26.88 0.82 0.3
Hex 8B 46 E 0 32 5A 2D 1B 52 1E
Octal 213 106 16 0 62 132 55 33 122 36
Binary 10001011 1000110 1110 0 110010 1011010 101101 11011 1010010 11110

Color Harmonies of #8B460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B460E

Black with #8B460E

Text Example


Text Example

White with #8B460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,70,14); }

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

background-color css

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

 a { background-color: rgb(139,70,14); }

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

border-color css

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

 span { border-color: rgb(139,70,14); }

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