Html Css Color HEX #8A3B1A Saddle Brown

📋 copy color: '#8A3B1A'

red 138 ◦ green 59 ◦ blue 26

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

Shades of Saddle Brown #8A3B1A

Tints of Saddle Brown #8A3B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.46%

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

R = 61.88%
G = 26.46%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.46

RGB Variations

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

Color information

#8A3B1A (or 0x8A3B1A) is known color: Saddle Brown. HEX triplet: 8A, 3B and 1A. RGB value is (138,59,26). Sum of RGB (Red+Green+Blue) = 138+59+26=223 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.88% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3B1A is #75C4E5. Grayscale: #4F4F4F. Windows color (decimal): -7718118 or 1719178. OLE color: 1719178.

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

Color convert

RGB 138 59 26 -
CMYK 0 0.57 0.81 0.46
HSL 17.68º 0.68% 0.32% -
HSV(B) 17.68º 0.81% 0.54% -
XYZ 12.23 8.61 1.99 -
YUV 78.86 98.17 170.18 -
System Red Green Blue C M Y K H S L
Decimal 138 59 26 0 0.57 0.81 0.46 17.68 0.68 0.32
Hex 8A 3B 1A 0 39 51 2E 12 44 20
Octal 212 73 32 0 71 121 56 22 104 40
Binary 10001010 111011 11010 0 111001 1010001 101110 10010 1000100 100000

Color Harmonies of #8A3B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3B1A

Black with #8A3B1A

Text Example


Text Example

White with #8A3B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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