Html Css Color HEX #8A510D Saddle Brown

📋 copy color: '#8A510D'

red 138 ◦ green 81 ◦ blue 13

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

Shades of Saddle Brown #8A510D

Tints of Saddle Brown #8A510D

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

 BLUE value IS 13 (5.47% from 255) = 5.6%

R = 59.48%
G = 34.91%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A510D (or 0x8A510D) is known color: Saddle Brown. HEX triplet: 8A, 51 and 0D. RGB value is (138,81,13). Sum of RGB (Red+Green+Blue) = 138+81+13=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8A510D is #75AEF2. Grayscale: #5A5A5A. Windows color (decimal): -7712499 or 872842. OLE color: 872842.

HSL color Cylindrical-coordinate representation of color #8A510D: hue angle of 32.64º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A510D is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 81 13 -
CMYK 0 0.41 0.91 0.46
HSL 32.64º 0.83% 0.3% -
HSV(B) 32.64º 0.91% 0.54% -
XYZ 13.5 11.32 1.85 -
YUV 90.29 84.38 162.03 -
System Red Green Blue C M Y K H S L
Decimal 138 81 13 0 0.41 0.91 0.46 32.64 0.83 0.3
Hex 8A 51 D 0 29 5B 2E 21 53 1E
Octal 212 121 15 0 51 133 56 41 123 36
Binary 10001010 1010001 1101 0 101001 1011011 101110 100001 1010011 11110

Color Harmonies of #8A510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A510D

Black with #8A510D

Text Example


Text Example

White with #8A510D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,81,13); }

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

background-color css

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

 a { background-color: rgb(138,81,13); }

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

border-color css

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

 span { border-color: rgb(138,81,13); }

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