Html Css Color HEX #8A5315 Saddle Brown

📋 copy color: '#8A5315'

red 138 ◦ green 83 ◦ blue 21

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

Shades of Saddle Brown #8A5315

Tints of Saddle Brown #8A5315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.3%

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

R = 57.02%
G = 34.3%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#8A5315 (or 0x8A5315) is known color: Saddle Brown. HEX triplet: 8A, 53 and 15. RGB value is (138,83,21). Sum of RGB (Red+Green+Blue) = 138+83+21=242 (32% of max value = 765). Red value is 138 (54.30% from 255 or 57.02% from 242); Green value is 83 (32.81% from 255 or 34.30% from 242); Blue value is 21 (8.59% from 255 or 8.68% from 242); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A5315 is #75ACEA. Grayscale: #5C5C5C. Windows color (decimal): -7711979 or 1397642. OLE color: 1397642.

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

Color convert

RGB 138 83 21 -
CMYK 0 0.40 0.85 0.46
HSL 31.79º 0.74% 0.31% -
HSV(B) 31.79º 0.85% 0.54% -
XYZ 13.71 11.64 2.23 -
YUV 92.38 87.72 160.54 -
System Red Green Blue C M Y K H S L
Decimal 138 83 21 0 0.40 0.85 0.46 31.79 0.74 0.31
Hex 8A 53 15 0 28 55 2E 20 4A 1F
Octal 212 123 25 0 50 125 56 40 112 37
Binary 10001010 1010011 10101 0 101000 1010101 101110 100000 1001010 11111

Color Harmonies of #8A5315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5315

Black with #8A5315

Text Example


Text Example

White with #8A5315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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