Html Css Color HEX #8B491A Saddle Brown

📋 copy color: '#8B491A'

red 139 ◦ green 73 ◦ blue 26

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

Shades of Saddle Brown #8B491A

Tints of Saddle Brown #8B491A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.92%

R = 58.4%
G = 30.67%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8B491A (or 0x8B491A) is known color: Saddle Brown. HEX triplet: 8B, 49 and 1A. RGB value is (139,73,26). Sum of RGB (Red+Green+Blue) = 139+73+26=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 26 (10.55% from 255 or 10.92% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B491A is #74B6E5. Grayscale: #575757. Windows color (decimal): -7648998 or 1722763. OLE color: 1722763.

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

Color convert

RGB 139 73 26 -
CMYK 0 0.47 0.81 0.45
HSL 24.96º 0.68% 0.32% -
HSV(B) 24.96º 0.81% 0.55% -
XYZ 13.22 10.33 2.27 -
YUV 87.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 139 73 26 0 0.47 0.81 0.45 24.96 0.68 0.32
Hex 8B 49 1A 0 2F 51 2D 19 44 20
Octal 213 111 32 0 57 121 55 31 104 40
Binary 10001011 1001001 11010 0 101111 1010001 101101 11001 1000100 100000

Color Harmonies of #8B491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B491A

Black with #8B491A

Text Example


Text Example

White with #8B491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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