Html Css Color HEX #8E6205 Golden Brown

📋 copy color: '#8E6205'

red 142 ◦ green 98 ◦ blue 5

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

Shades of Golden Brown #8E6205

Tints of Golden Brown #8E6205

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 57.96%
G = 40%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#8E6205 (or 0x8E6205) is known color: Golden Brown. HEX triplet: 8E, 62 and 05. RGB value is (142,98,5). Sum of RGB (Red+Green+Blue) = 142+98+5=245 (32% of max value = 765). Red value is 142 (55.86% from 255 or 57.96% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6205 is #719DFA. Grayscale: #646464. Windows color (decimal): -7446011 or 352910. OLE color: 352910.

HSL color Cylindrical-coordinate representation of color #8E6205: hue angle of 40.73º 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 #8E6205 is Cyan = 0, Magento = 0.31, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 98 5 -
CMYK 0 0.31 0.96 0.44
HSL 40.73º 0.93% 0.29% -
HSV(B) 40.73º 0.96% 0.56% -
XYZ 15.55 14.5 2.12 -
YUV 100.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 142 98 5 0 0.31 0.96 0.44 40.73 0.93 0.29
Hex 8E 62 5 0 1F 60 2C 29 5D 1D
Octal 216 142 5 0 37 140 54 51 135 35
Binary 10001110 1100010 101 0 11111 1100000 101100 101001 1011101 11101

Color Harmonies of #8E6205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6205

Black with #8E6205

Text Example


Text Example

White with #8E6205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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