Html Css Color HEX #8A471A Saddle Brown

📋 copy color: '#8A471A'

red 138 ◦ green 71 ◦ blue 26

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

Shades of Saddle Brown #8A471A

Tints of Saddle Brown #8A471A

RGB

 RED value IS 138 (54.3% from 255) = 58.72%

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 58.72%
G = 30.21%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A471A (or 0x8A471A) is known color: Saddle Brown. HEX triplet: 8A, 47 and 1A. RGB value is (138,71,26). Sum of RGB (Red+Green+Blue) = 138+71+26=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A471A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A471A is #75B8E5. Grayscale: #565656. Windows color (decimal): -7715046 or 1722250. OLE color: 1722250.

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

Color convert

RGB 138 71 26 -
CMYK 0 0.49 0.81 0.46
HSL 24.11º 0.68% 0.32% -
HSV(B) 24.11º 0.81% 0.54% -
XYZ 12.92 9.98 2.22 -
YUV 85.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 138 71 26 0 0.49 0.81 0.46 24.11 0.68 0.32
Hex 8A 47 1A 0 31 51 2E 18 44 20
Octal 212 107 32 0 61 121 56 30 104 40
Binary 10001010 1000111 11010 0 110001 1010001 101110 11000 1000100 100000

Color Harmonies of #8A471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A471A

Black with #8A471A

Text Example


Text Example

White with #8A471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,71,26); }

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

background-color css

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

 a { background-color: rgb(138,71,26); }

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

border-color css

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

 span { border-color: rgb(138,71,26); }

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