Html Css Color HEX #8E641A Golden Brown

📋 copy color: '#8E641A'

red 142 ◦ green 100 ◦ blue 26

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

Shades of Golden Brown #8E641A

Tints of Golden Brown #8E641A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 52.99%
G = 37.31%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#8E641A (or 0x8E641A) is known color: Golden Brown. HEX triplet: 8E, 64 and 1A. RGB value is (142,100,26). Sum of RGB (Red+Green+Blue) = 142+100+26=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E641A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E641A is #719BE5. Grayscale: #686868. Windows color (decimal): -7445478 or 1729678. OLE color: 1729678.

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

Color convert

RGB 142 100 26 -
CMYK 0 0.30 0.82 0.44
HSL 38.28º 0.69% 0.33% -
HSV(B) 38.28º 0.82% 0.56% -
XYZ 15.9 14.94 3.02 -
YUV 104.12 83.91 155.02 -
System Red Green Blue C M Y K H S L
Decimal 142 100 26 0 0.30 0.82 0.44 38.28 0.69 0.33
Hex 8E 64 1A 0 1E 52 2C 26 45 21
Octal 216 144 32 0 36 122 54 46 105 41
Binary 10001110 1100100 11010 0 11110 1010010 101100 100110 1000101 100001

Color Harmonies of #8E641A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E641A

Black with #8E641A

Text Example


Text Example

White with #8E641A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,100,26); }

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

background-color css

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

 a { background-color: rgb(142,100,26); }

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

border-color css

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

 span { border-color: rgb(142,100,26); }

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