Html Css Color HEX #8B5A10 Golden Brown

📋 copy color: '#8B5A10'

red 139 ◦ green 90 ◦ blue 16

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

Shades of Golden Brown #8B5A10

Tints of Golden Brown #8B5A10

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.73%

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 56.73%
G = 36.73%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.88

 K value IS 0.45

RGB Variations

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

Color information

#8B5A10 (or 0x8B5A10) is known color: Golden Brown. HEX triplet: 8B, 5A and 10. RGB value is (139,90,16). Sum of RGB (Red+Green+Blue) = 139+90+16=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5A10 is #74A5EF. Grayscale: #606060. Windows color (decimal): -7644656 or 1071755. OLE color: 1071755.

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

Color convert

RGB 139 90 16 -
CMYK 0 0.35 0.88 0.45
HSL 36.1º 0.79% 0.3% -
HSV(B) 36.1º 0.88% 0.55% -
XYZ 14.4 12.84 2.21 -
YUV 96.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 139 90 16 0 0.35 0.88 0.45 36.1 0.79 0.3
Hex 8B 5A 10 0 23 58 2D 24 4F 1E
Octal 213 132 20 0 43 130 55 44 117 36
Binary 10001011 1011010 10000 0 100011 1011000 101101 100100 1001111 11110

Color Harmonies of #8B5A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A10

Black with #8B5A10

Text Example


Text Example

White with #8B5A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,90,16); }

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

background-color css

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

 a { background-color: rgb(139,90,16); }

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

border-color css

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

 span { border-color: rgb(139,90,16); }

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