Html Css Color HEX #8B5A04 Golden Brown

📋 copy color: '#8B5A04'

red 139 ◦ green 90 ◦ blue 4

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

Shades of Golden Brown #8B5A04

Tints of Golden Brown #8B5A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.72%

R = 59.66%
G = 38.63%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B5A04 (or 0x8B5A04) is known color: Golden Brown. HEX triplet: 8B, 5A and 04. RGB value is (139,90,4). Sum of RGB (Red+Green+Blue) = 139+90+4=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 90 (35.55% from 255 or 38.63% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5A04 is #74A5FB. Grayscale: #5F5F5F. Windows color (decimal): -7644668 or 285323. OLE color: 285323.

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

Color convert

RGB 139 90 4 -
CMYK 0 0.35 0.97 0.45
HSL 38.22º 0.94% 0.28% -
HSV(B) 38.22º 0.97% 0.55% -
XYZ 14.33 12.81 1.83 -
YUV 94.85 76.73 159.49 -
System Red Green Blue C M Y K H S L
Decimal 139 90 4 0 0.35 0.97 0.45 38.22 0.94 0.28
Hex 8B 5A 4 0 23 61 2D 26 5E 1C
Octal 213 132 4 0 43 141 55 46 136 34
Binary 10001011 1011010 100 0 100011 1100001 101101 100110 1011110 11100

Color Harmonies of #8B5A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5A04

Black with #8B5A04

Text Example


Text Example

White with #8B5A04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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