Html Css Color HEX #8A491A Saddle Brown

📋 copy color: '#8A491A'

red 138 ◦ green 73 ◦ blue 26

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

Shades of Saddle Brown #8A491A

Tints of Saddle Brown #8A491A

RGB

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

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

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

R = 58.23%
G = 30.8%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A491A (or 0x8A491A) is known color: Saddle Brown. HEX triplet: 8A, 49 and 1A. RGB value is (138,73,26). Sum of RGB (Red+Green+Blue) = 138+73+26=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A491A is #75B6E5. Grayscale: #575757. Windows color (decimal): -7714534 or 1722762. OLE color: 1722762.

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

Color convert

RGB 138 73 26 -
CMYK 0 0.47 0.81 0.46
HSL 25.18º 0.68% 0.32% -
HSV(B) 25.18º 0.81% 0.54% -
XYZ 13.05 10.24 2.27 -
YUV 87.08 93.53 164.32 -
System Red Green Blue C M Y K H S L
Decimal 138 73 26 0 0.47 0.81 0.46 25.18 0.68 0.32
Hex 8A 49 1A 0 2F 51 2E 19 44 20
Octal 212 111 32 0 57 121 56 31 104 40
Binary 10001010 1001001 11010 0 101111 1010001 101110 11001 1000100 100000

Color Harmonies of #8A491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A491A

Black with #8A491A

Text Example


Text Example

White with #8A491A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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