Html Css Color HEX #8A3815 Saddle Brown

📋 copy color: '#8A3815'

red 138 ◦ green 56 ◦ blue 21

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

Shades of Saddle Brown #8A3815

Tints of Saddle Brown #8A3815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 21 (8.59% from 255) = 9.77%

R = 64.19%
G = 26.05%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A3815 (or 0x8A3815) is known color: Saddle Brown. HEX triplet: 8A, 38 and 15. RGB value is (138,56,21). Sum of RGB (Red+Green+Blue) = 138+56+21=215 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.19% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 21 (8.59% from 255 or 9.77% from 215); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3815 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A3815 is #75C7EA. Grayscale: #4C4C4C. Windows color (decimal): -7718891 or 1390730. OLE color: 1390730.

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

Color convert

RGB 138 56 21 -
CMYK 0 0.59 0.85 0.46
HSL 17.95º 0.74% 0.31% -
HSV(B) 17.95º 0.85% 0.54% -
XYZ 12.03 8.29 1.67 -
YUV 76.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 138 56 21 0 0.59 0.85 0.46 17.95 0.74 0.31
Hex 8A 38 15 0 3B 55 2E 12 4A 1F
Octal 212 70 25 0 73 125 56 22 112 37
Binary 10001010 111000 10101 0 111011 1010101 101110 10010 1001010 11111

Color Harmonies of #8A3815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3815

Black with #8A3815

Text Example


Text Example

White with #8A3815

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,56,21); }

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

background-color css

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

 a { background-color: rgb(138,56,21); }

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

border-color css

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

 span { border-color: rgb(138,56,21); }

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