Html Css Color HEX #8B490E Saddle Brown

📋 copy color: '#8B490E'

red 139 ◦ green 73 ◦ blue 14

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

Shades of Saddle Brown #8B490E

Tints of Saddle Brown #8B490E

RGB

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

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

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

R = 61.5%
G = 32.3%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#8B490E (or 0x8B490E) is known color: Saddle Brown. HEX triplet: 8B, 49 and 0E. RGB value is (139,73,14). Sum of RGB (Red+Green+Blue) = 139+73+14=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 14 (5.86% from 255 or 6.19% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B490E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B490E is #74B6F1. Grayscale: #565656. Windows color (decimal): -7649010 or 936331. OLE color: 936331.

HSL color Cylindrical-coordinate representation of color #8B490E: hue angle of 28.32º 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 #8B490E is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 73 14 -
CMYK 0 0.47 0.90 0.45
HSL 28.32º 0.82% 0.3% -
HSV(B) 28.32º 0.9% 0.55% -
XYZ 13.11 10.29 1.71 -
YUV 86.01 87.37 165.8 -
System Red Green Blue C M Y K H S L
Decimal 139 73 14 0 0.47 0.90 0.45 28.32 0.82 0.3
Hex 8B 49 E 0 2F 5A 2D 1C 52 1E
Octal 213 111 16 0 57 132 55 34 122 36
Binary 10001011 1001001 1110 0 101111 1011010 101101 11100 1010010 11110

Color Harmonies of #8B490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B490E

Black with #8B490E

Text Example


Text Example

White with #8B490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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