Html Css Color HEX #8D570B Golden Brown

📋 copy color: '#8D570B'

red 141 ◦ green 87 ◦ blue 11

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

Shades of Golden Brown #8D570B

Tints of Golden Brown #8D570B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 36.4%

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 59%
G = 36.4%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8D570B (or 0x8D570B) is known color: Golden Brown. HEX triplet: 8D, 57 and 0B. RGB value is (141,87,11). Sum of RGB (Red+Green+Blue) = 141+87+11=239 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.00% from 239); Green value is 87 (34.38% from 255 or 36.40% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 141 - color contains mainly: red. Hex color #8D570B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8D570B is #72A8F4. Grayscale: #5E5E5E. Windows color (decimal): -7514357 or 743309. OLE color: 743309.

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

Color convert

RGB 141 87 11 -
CMYK 0 0.38 0.92 0.45
HSL 35.08º 0.86% 0.3% -
HSV(B) 35.08º 0.92% 0.55% -
XYZ 14.45 12.5 1.97 -
YUV 94.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 141 87 11 0 0.38 0.92 0.45 35.08 0.86 0.3
Hex 8D 57 B 0 26 5C 2D 23 56 1E
Octal 215 127 13 0 46 134 55 43 126 36
Binary 10001101 1010111 1011 0 100110 1011100 101101 100011 1010110 11110

Color Harmonies of #8D570B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D570B

Black with #8D570B

Text Example


Text Example

White with #8D570B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,87,11); }

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

background-color css

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

 a { background-color: rgb(141,87,11); }

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

border-color css

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

 span { border-color: rgb(141,87,11); }

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