Html Css Color HEX #8C611A Golden Brown

📋 copy color: '#8C611A'

red 140 ◦ green 97 ◦ blue 26

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

Shades of Golden Brown #8C611A

Tints of Golden Brown #8C611A

RGB

 RED value IS 140 (55.08% from 255) = 53.23%

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

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

R = 53.23%
G = 36.88%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C611A (or 0x8C611A) is known color: Golden Brown. HEX triplet: 8C, 61 and 1A. RGB value is (140,97,26). Sum of RGB (Red+Green+Blue) = 140+97+26=263 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.23% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 140 - color contains mainly: red. Hex color #8C611A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C611A is #739EE5. Grayscale: #666666. Windows color (decimal): -7577318 or 1728908. OLE color: 1728908.

HSL color Cylindrical-coordinate representation of color #8C611A: hue angle of 37.37º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C611A is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 97 26 -
CMYK 0 0.31 0.81 0.45
HSL 37.37º 0.69% 0.33% -
HSV(B) 37.37º 0.81% 0.55% -
XYZ 15.28 14.2 2.91 -
YUV 101.76 85.25 155.27 -
System Red Green Blue C M Y K H S L
Decimal 140 97 26 0 0.31 0.81 0.45 37.37 0.69 0.33
Hex 8C 61 1A 0 1F 51 2D 25 45 21
Octal 214 141 32 0 37 121 55 45 105 41
Binary 10001100 1100001 11010 0 11111 1010001 101101 100101 1000101 100001

Color Harmonies of #8C611A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C611A

Black with #8C611A

Text Example


Text Example

White with #8C611A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,26); }

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

background-color css

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

 a { background-color: rgb(140,97,26); }

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

border-color css

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

 span { border-color: rgb(140,97,26); }

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