Html Css Color HEX #8A3A16 Saddle Brown

📋 copy color: '#8A3A16'

red 138 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #8A3A16

Tints of Saddle Brown #8A3A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.61%

 BLUE value IS 22 (8.98% from 255) = 10.09%

R = 63.3%
G = 26.61%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A3A16 (or 0x8A3A16) is known color: Saddle Brown. HEX triplet: 8A, 3A and 16. RGB value is (138,58,22). Sum of RGB (Red+Green+Blue) = 138+58+22=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 58 (23.05% from 255 or 26.61% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3A16 is #75C5E9. Grayscale: #4E4E4E. Windows color (decimal): -7718378 or 1456778. OLE color: 1456778.

HSL color Cylindrical-coordinate representation of color #8A3A16: hue angle of 18.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A3A16 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 58 22 -
CMYK 0 0.58 0.84 0.46
HSL 18.62º 0.73% 0.31% -
HSV(B) 18.62º 0.84% 0.54% -
XYZ 12.14 8.49 1.76 -
YUV 77.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 138 58 22 0 0.58 0.84 0.46 18.62 0.73 0.31
Hex 8A 3A 16 0 3A 54 2E 13 48 1F
Octal 212 72 26 0 72 124 56 23 110 37
Binary 10001010 111010 10110 0 111010 1010100 101110 10011 1001000 11111

Color Harmonies of #8A3A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3A16

Black with #8A3A16

Text Example


Text Example

White with #8A3A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,58,22); }

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

background-color css

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

 a { background-color: rgb(138,58,22); }

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

border-color css

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

 span { border-color: rgb(138,58,22); }

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