Html Css Color HEX #8A4916 Saddle Brown

📋 copy color: '#8A4916'

red 138 ◦ green 73 ◦ blue 22

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

Shades of Saddle Brown #8A4916

Tints of Saddle Brown #8A4916

RGB

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

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

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

R = 59.23%
G = 31.33%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.46

RGB Variations

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

Color information

#8A4916 (or 0x8A4916) is known color: Saddle Brown. HEX triplet: 8A, 49 and 16. RGB value is (138,73,22). Sum of RGB (Red+Green+Blue) = 138+73+22=233 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.23% from 233); Green value is 73 (28.91% from 255 or 31.33% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4916 is #75B6E9. Grayscale: #565656. Windows color (decimal): -7714538 or 1460618. OLE color: 1460618.

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

Color convert

RGB 138 73 22 -
CMYK 0 0.47 0.84 0.46
HSL 26.38º 0.73% 0.31% -
HSV(B) 26.38º 0.84% 0.54% -
XYZ 13.01 10.23 2.05 -
YUV 86.62 91.53 164.65 -
System Red Green Blue C M Y K H S L
Decimal 138 73 22 0 0.47 0.84 0.46 26.38 0.73 0.31
Hex 8A 49 16 0 2F 54 2E 1A 48 1F
Octal 212 111 26 0 57 124 56 32 110 37
Binary 10001010 1001001 10110 0 101111 1010100 101110 11010 1001000 11111

Color Harmonies of #8A4916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4916

Black with #8A4916

Text Example


Text Example

White with #8A4916

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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