Html Css Color HEX #8B570A Golden Brown

📋 copy color: '#8B570A'

red 139 ◦ green 87 ◦ blue 10

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

Shades of Golden Brown #8B570A

Tints of Golden Brown #8B570A

RGB

 RED value IS 139 (54.69% from 255) = 58.9%

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

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

R = 58.9%
G = 36.86%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.45

RGB Variations

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

Color information

#8B570A (or 0x8B570A) is known color: Golden Brown. HEX triplet: 8B, 57 and 0A. RGB value is (139,87,10). Sum of RGB (Red+Green+Blue) = 139+87+10=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B570A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B570A is #74A8F5. Grayscale: #5E5E5E. Windows color (decimal): -7645430 or 677771. OLE color: 677771.

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

Color convert

RGB 139 87 10 -
CMYK 0 0.37 0.93 0.45
HSL 35.81º 0.87% 0.29% -
HSV(B) 35.81º 0.93% 0.55% -
XYZ 14.11 12.33 1.92 -
YUV 93.77 80.73 160.26 -
System Red Green Blue C M Y K H S L
Decimal 139 87 10 0 0.37 0.93 0.45 35.81 0.87 0.29
Hex 8B 57 A 0 25 5D 2D 24 57 1D
Octal 213 127 12 0 45 135 55 44 127 35
Binary 10001011 1010111 1010 0 100101 1011101 101101 100100 1010111 11101

Color Harmonies of #8B570A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B570A

Black with #8B570A

Text Example


Text Example

White with #8B570A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,87,10); }

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

background-color css

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

 a { background-color: rgb(139,87,10); }

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

border-color css

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

 span { border-color: rgb(139,87,10); }

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