Html Css Color HEX #8B5E00 Golden Brown

📋 copy color: '#8B5E00'

red 139 ◦ green 94 ◦ blue 0

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

Shades of Golden Brown #8B5E00

Tints of Golden Brown #8B5E00

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40.34%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.66%
G = 40.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#8B5E00 (or 0x8B5E00) is known color: Golden Brown. HEX triplet: 8B, 5E and 00. RGB value is (139,94,0). Sum of RGB (Red+Green+Blue) = 139+94+0=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E00 is #74A1FF. Grayscale: #616161. Windows color (decimal): -7643648 or 24203. OLE color: 24203.

HSL color Cylindrical-coordinate representation of color #8B5E00: hue angle of 40.58º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B5E00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 94 0 -
CMYK 0 0.32 1 0.45
HSL 40.58º 1% 0.27% -
HSV(B) 40.58º 1% 0.55% -
XYZ 14.65 13.49 1.83 -
YUV 96.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 139 94 0 0 0.32 1 0.45 40.58 1 0.27
Hex 8B 5E 0 0 20 64 2D 29 64 1B
Octal 213 136 0 0 40 144 55 51 144 33
Binary 10001011 1011110 0 0 100000 1100100 101101 101001 1100100 11011

Color Harmonies of #8B5E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E00

Black with #8B5E00

Text Example


Text Example

White with #8B5E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,0); }

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

background-color css

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

 a { background-color: rgb(139,94,0); }

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

border-color css

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

 span { border-color: rgb(139,94,0); }

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