Html Css Color HEX #8D520A Saddle Brown

📋 copy color: '#8D520A'

red 141 ◦ green 82 ◦ blue 10

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

Shades of Saddle Brown #8D520A

Tints of Saddle Brown #8D520A

RGB

 RED value IS 141 (55.47% from 255) = 60.52%

 GREEN value IS 82 (32.42% from 255) = 35.19%

 BLUE value IS 10 (4.3% from 255) = 4.29%

R = 60.52%
G = 35.19%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8D520A (or 0x8D520A) is known color: Saddle Brown. HEX triplet: 8D, 52 and 0A. RGB value is (141,82,10). Sum of RGB (Red+Green+Blue) = 141+82+10=233 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.52% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 10 (4.30% from 255 or 4.29% from 233); Max value from RGB is 141 - color contains mainly: red. Hex color #8D520A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D520A is #72ADF5. Grayscale: #5B5B5B. Windows color (decimal): -7515638 or 676493. OLE color: 676493.

HSL color Cylindrical-coordinate representation of color #8D520A: hue angle of 32.98º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D520A is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 82 10 -
CMYK 0 0.42 0.93 0.45
HSL 32.98º 0.87% 0.3% -
HSV(B) 32.98º 0.93% 0.55% -
XYZ 14.06 11.72 1.81 -
YUV 91.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 141 82 10 0 0.42 0.93 0.45 32.98 0.87 0.3
Hex 8D 52 A 0 2A 5D 2D 21 57 1E
Octal 215 122 12 0 52 135 55 41 127 36
Binary 10001101 1010010 1010 0 101010 1011101 101101 100001 1010111 11110

Color Harmonies of #8D520A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D520A

Black with #8D520A

Text Example


Text Example

White with #8D520A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,10); }

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

background-color css

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

 a { background-color: rgb(141,82,10); }

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

border-color css

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

 span { border-color: rgb(141,82,10); }

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