Html Css Color HEX #8A4913 Saddle Brown

📋 copy color: '#8A4913'

red 138 ◦ green 73 ◦ blue 19

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

Shades of Saddle Brown #8A4913

Tints of Saddle Brown #8A4913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.26%

R = 60%
G = 31.74%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#8A4913 (or 0x8A4913) is known color: Saddle Brown. HEX triplet: 8A, 49 and 13. RGB value is (138,73,19). Sum of RGB (Red+Green+Blue) = 138+73+19=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 73 (28.91% from 255 or 31.74% from 230); Blue value is 19 (7.81% from 255 or 8.26% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A4913 is #75B6EC. Grayscale: #565656. Windows color (decimal): -7714541 or 1264010. OLE color: 1264010.

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

Color convert

RGB 138 73 19 -
CMYK 0 0.47 0.86 0.46
HSL 27.23º 0.76% 0.31% -
HSV(B) 27.23º 0.86% 0.54% -
XYZ 12.98 10.22 1.9 -
YUV 86.28 90.03 164.89 -
System Red Green Blue C M Y K H S L
Decimal 138 73 19 0 0.47 0.86 0.46 27.23 0.76 0.31
Hex 8A 49 13 0 2F 56 2E 1B 4C 1F
Octal 212 111 23 0 57 126 56 33 114 37
Binary 10001010 1001001 10011 0 101111 1010110 101110 11011 1001100 11111

Color Harmonies of #8A4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4913

Black with #8A4913

Text Example


Text Example

White with #8A4913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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