Html Css Color HEX #8E5505 Golden Brown

📋 copy color: '#8E5505'

red 142 ◦ green 85 ◦ blue 5

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

Shades of Golden Brown #8E5505

Tints of Golden Brown #8E5505

RGB

 RED value IS 142 (55.86% from 255) = 61.21%

 GREEN value IS 85 (33.59% from 255) = 36.64%

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

R = 61.21%
G = 36.64%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E5505 (or 0x8E5505) is known color: Golden Brown. HEX triplet: 8E, 55 and 05. RGB value is (142,85,5). Sum of RGB (Red+Green+Blue) = 142+85+5=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5505 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E5505 is #71AAFA. Grayscale: #5D5D5D. Windows color (decimal): -7449339 or 349582. OLE color: 349582.

HSL color Cylindrical-coordinate representation of color #8E5505: hue angle of 35.04º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E5505 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 85 5 -
CMYK 0 0.40 0.96 0.44
HSL 35.04º 0.93% 0.29% -
HSV(B) 35.04º 0.96% 0.56% -
XYZ 14.43 12.26 1.75 -
YUV 92.92 78.38 163 -
System Red Green Blue C M Y K H S L
Decimal 142 85 5 0 0.40 0.96 0.44 35.04 0.93 0.29
Hex 8E 55 5 0 28 60 2C 23 5D 1D
Octal 216 125 5 0 50 140 54 43 135 35
Binary 10001110 1010101 101 0 101000 1100000 101100 100011 1011101 11101

Color Harmonies of #8E5505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5505

Black with #8E5505

Text Example


Text Example

White with #8E5505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,85,5); }

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

background-color css

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

 a { background-color: rgb(142,85,5); }

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

border-color css

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

 span { border-color: rgb(142,85,5); }

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