Html Css Color HEX #9C740A Golden Brown

📋 copy color: '#9C740A'

red 156 ◦ green 116 ◦ blue 10

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

Shades of Golden Brown #9C740A

Tints of Golden Brown #9C740A

RGB

 RED value IS 156 (61.33% from 255) = 55.32%

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 55.32%
G = 41.13%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9C740A (or 0x9C740A) is known color: Golden Brown. HEX triplet: 9C, 74 and 0A. RGB value is (156,116,10). Sum of RGB (Red+Green+Blue) = 156+116+10=282 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.32% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 156 - color contains mainly: red. Hex color #9C740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C740A is #638BF5. Grayscale: #747474. Windows color (decimal): -6523894 or 685212. OLE color: 685212.

HSL color Cylindrical-coordinate representation of color #9C740A: hue angle of 43.56º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C740A is Cyan = 0, Magento = 0.26, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 116 10 -
CMYK 0 0.26 0.94 0.39
HSL 43.56º 0.88% 0.33% -
HSV(B) 43.56º 0.94% 0.61% -
XYZ 20.01 19.58 3.01 -
YUV 115.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 156 116 10 0 0.26 0.94 0.39 43.56 0.88 0.33
Hex 9C 74 A 0 1A 5E 27 2C 58 21
Octal 234 164 12 0 32 136 47 54 130 41
Binary 10011100 1110100 1010 0 11010 1011110 100111 101100 1011000 100001

Color Harmonies of #9C740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C740A

Black with #9C740A

Text Example


Text Example

White with #9C740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C740A; }

 p { color: rgb(156,116,10); }

 H1.HeaderClassName
 {
   color: #9C740A;
 }
 .AnyTagClassName
 {
   color: #9C740A;
 }
</style>

background-color css

<style>
 a { background-color: #9C740A; }

 a { background-color: rgb(156,116,10); }

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

border-color css

<style>
 span { border-color: #9C740A; }

 span { border-color: rgb(156,116,10); }

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