Html Css Color HEX #8B5E03 Golden Brown

📋 copy color: '#8B5E03'

red 139 ◦ green 94 ◦ blue 3

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

Shades of Golden Brown #8B5E03

Tints of Golden Brown #8B5E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 58.9%
G = 39.83%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.45

RGB Variations

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

Color information

#8B5E03 (or 0x8B5E03) is known color: Golden Brown. HEX triplet: 8B, 5E and 03. RGB value is (139,94,3). Sum of RGB (Red+Green+Blue) = 139+94+3=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 94 (37.11% from 255 or 39.83% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B5E03 is #74A1FC. Grayscale: #616161. Windows color (decimal): -7643645 or 220811. OLE color: 220811.

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

Color convert

RGB 139 94 3 -
CMYK 0 0.32 0.98 0.45
HSL 40.15º 0.96% 0.28% -
HSV(B) 40.15º 0.98% 0.55% -
XYZ 14.67 13.5 1.92 -
YUV 97.08 74.91 157.9 -
System Red Green Blue C M Y K H S L
Decimal 139 94 3 0 0.32 0.98 0.45 40.15 0.96 0.28
Hex 8B 5E 3 0 20 62 2D 28 60 1C
Octal 213 136 3 0 40 142 55 50 140 34
Binary 10001011 1011110 11 0 100000 1100010 101101 101000 1100000 11100

Color Harmonies of #8B5E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E03

Black with #8B5E03

Text Example


Text Example

White with #8B5E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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