Html Css Color HEX #8B5E05 Golden Brown

📋 copy color: '#8B5E05'

red 139 ◦ green 94 ◦ blue 5

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

Shades of Golden Brown #8B5E05

Tints of Golden Brown #8B5E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.1%

R = 58.4%
G = 39.5%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.45

RGB Variations

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

Color information

#8B5E05 (or 0x8B5E05) is known color: Golden Brown. HEX triplet: 8B, 5E and 05. RGB value is (139,94,5). Sum of RGB (Red+Green+Blue) = 139+94+5=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E05 is #74A1FA. Grayscale: #616161. Windows color (decimal): -7643643 or 351883. OLE color: 351883.

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

Color convert

RGB 139 94 5 -
CMYK 0 0.32 0.96 0.45
HSL 39.85º 0.93% 0.28% -
HSV(B) 39.85º 0.96% 0.55% -
XYZ 14.68 13.51 1.98 -
YUV 97.31 75.91 157.74 -
System Red Green Blue C M Y K H S L
Decimal 139 94 5 0 0.32 0.96 0.45 39.85 0.93 0.28
Hex 8B 5E 5 0 20 60 2D 28 5D 1C
Octal 213 136 5 0 40 140 55 50 135 34
Binary 10001011 1011110 101 0 100000 1100000 101101 101000 1011101 11100

Color Harmonies of #8B5E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E05

Black with #8B5E05

Text Example


Text Example

White with #8B5E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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