Html Css Color HEX #8E611B Golden Brown

📋 copy color: '#8E611B'

red 142 ◦ green 97 ◦ blue 27

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

Shades of Golden Brown #8E611B

Tints of Golden Brown #8E611B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.47%

 BLUE value IS 27 (10.94% from 255) = 10.15%

R = 53.38%
G = 36.47%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E611B (or 0x8E611B) is known color: Golden Brown. HEX triplet: 8E, 61 and 1B. RGB value is (142,97,27). Sum of RGB (Red+Green+Blue) = 142+97+27=266 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.38% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 142 - color contains mainly: red. Hex color #8E611B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E611B is #719EE4. Grayscale: #666666. Windows color (decimal): -7446245 or 1794446. OLE color: 1794446.

HSL color Cylindrical-coordinate representation of color #8E611B: hue angle of 36.52º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E611B is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 97 27 -
CMYK 0 0.32 0.81 0.44
HSL 36.52º 0.68% 0.33% -
HSV(B) 36.52º 0.81% 0.56% -
XYZ 15.63 14.38 2.99 -
YUV 102.48 85.41 156.19 -
System Red Green Blue C M Y K H S L
Decimal 142 97 27 0 0.32 0.81 0.44 36.52 0.68 0.33
Hex 8E 61 1B 0 20 51 2C 25 44 21
Octal 216 141 33 0 40 121 54 45 104 41
Binary 10001110 1100001 11011 0 100000 1010001 101100 100101 1000100 100001

Color Harmonies of #8E611B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E611B

Black with #8E611B

Text Example


Text Example

White with #8E611B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,97,27); }

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

background-color css

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

 a { background-color: rgb(142,97,27); }

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

border-color css

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

 span { border-color: rgb(142,97,27); }

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