Html Css Color HEX #8A461A Saddle Brown

📋 copy color: '#8A461A'

red 138 ◦ green 70 ◦ blue 26

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

Shades of Saddle Brown #8A461A

Tints of Saddle Brown #8A461A

RGB

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

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

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

R = 58.97%
G = 29.91%
B = 11.11%

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

#8A461A (or 0x8A461A) is known color: Saddle Brown. HEX triplet: 8A, 46 and 1A. RGB value is (138,70,26). Sum of RGB (Red+Green+Blue) = 138+70+26=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A461A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A461A is #75B9E5. Grayscale: #555555. Windows color (decimal): -7715302 or 1721994. OLE color: 1721994.

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

Color convert

RGB 138 70 26 -
CMYK 0 0.49 0.81 0.46
HSL 23.57º 0.68% 0.32% -
HSV(B) 23.57º 0.81% 0.54% -
XYZ 12.86 9.86 2.2 -
YUV 85.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 138 70 26 0 0.49 0.81 0.46 23.57 0.68 0.32
Hex 8A 46 1A 0 31 51 2E 18 44 20
Octal 212 106 32 0 61 121 56 30 104 40
Binary 10001010 1000110 11010 0 110001 1010001 101110 11000 1000100 100000

Color Harmonies of #8A461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A461A

Black with #8A461A

Text Example


Text Example

White with #8A461A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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