Html Css Color HEX #8C7109 Golden Brown

📋 copy color: '#8C7109'

red 140 ◦ green 113 ◦ blue 9

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

Shades of Golden Brown #8C7109

Tints of Golden Brown #8C7109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.13%

 BLUE value IS 9 (3.91% from 255) = 3.44%

R = 53.44%
G = 43.13%
B = 3.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#8C7109 (or 0x8C7109) is known color: Golden Brown. HEX triplet: 8C, 71 and 09. RGB value is (140,113,9). Sum of RGB (Red+Green+Blue) = 140+113+9=262 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.44% from 262); Green value is 113 (44.53% from 255 or 43.13% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7109 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C7109 is #738EF6. Grayscale: #6D6D6D. Windows color (decimal): -7573239 or 618892. OLE color: 618892.

HSL color Cylindrical-coordinate representation of color #8C7109: hue angle of 47.63º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C7109 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 113 9 -
CMYK 0 0.19 0.94 0.45
HSL 47.63º 0.88% 0.29% -
HSV(B) 47.63º 0.94% 0.55% -
XYZ 16.77 17.41 2.73 -
YUV 109.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 140 113 9 0 0.19 0.94 0.45 47.63 0.88 0.29
Hex 8C 71 9 0 13 5E 2D 30 58 1D
Octal 214 161 11 0 23 136 55 60 130 35
Binary 10001100 1110001 1001 0 10011 1011110 101101 110000 1011000 11101

Color Harmonies of #8C7109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7109

Black with #8C7109

Text Example


Text Example

White with #8C7109

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,113,9); }

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

background-color css

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

 a { background-color: rgb(140,113,9); }

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

border-color css

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

 span { border-color: rgb(140,113,9); }

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