Html Css Color HEX #8B5D04 Golden Brown

📋 copy color: '#8B5D04'

red 139 ◦ green 93 ◦ blue 4

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

Shades of Golden Brown #8B5D04

Tints of Golden Brown #8B5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.41%

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

R = 58.9%
G = 39.41%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.45

RGB Variations

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

Color information

#8B5D04 (or 0x8B5D04) is known color: Golden Brown. HEX triplet: 8B, 5D and 04. RGB value is (139,93,4). Sum of RGB (Red+Green+Blue) = 139+93+4=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 93 (36.72% from 255 or 39.41% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5D04 is #74A2FB. Grayscale: #616161. Windows color (decimal): -7643900 or 286091. OLE color: 286091.

HSL color Cylindrical-coordinate representation of color #8B5D04: hue angle of 39.56º 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 #8B5D04 is Cyan = 0, Magento = 0.33, Yellow = 0.97 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 93 4 -
CMYK 0 0.33 0.97 0.45
HSL 39.56º 0.94% 0.28% -
HSV(B) 39.56º 0.97% 0.55% -
XYZ 14.58 13.33 1.92 -
YUV 96.61 75.74 158.24 -
System Red Green Blue C M Y K H S L
Decimal 139 93 4 0 0.33 0.97 0.45 39.56 0.94 0.28
Hex 8B 5D 4 0 21 61 2D 28 5E 1C
Octal 213 135 4 0 41 141 55 50 136 34
Binary 10001011 1011101 100 0 100001 1100001 101101 101000 1011110 11100

Color Harmonies of #8B5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5D04

Black with #8B5D04

Text Example


Text Example

White with #8B5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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