Html Css Color HEX #9C740D Golden Brown

📋 copy color: '#9C740D'

red 156 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #9C740D

Tints of Golden Brown #9C740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 54.74%
G = 40.7%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9C740D (or 0x9C740D) is known color: Golden Brown. HEX triplet: 9C, 74 and 0D. RGB value is (156,116,13). Sum of RGB (Red+Green+Blue) = 156+116+13=285 (37% of max value = 765). Red value is 156 (61.33% from 255 or 54.74% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 156 - color contains mainly: red. Hex color #9C740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C740D is #638BF2. Grayscale: #747474. Windows color (decimal): -6523891 or 881820. OLE color: 881820.

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

Color convert

RGB 156 116 13 -
CMYK 0 0.26 0.92 0.39
HSL 43.22º 0.85% 0.33% -
HSV(B) 43.22º 0.92% 0.61% -
XYZ 20.03 19.59 3.11 -
YUV 116.22 69.75 156.38 -
System Red Green Blue C M Y K H S L
Decimal 156 116 13 0 0.26 0.92 0.39 43.22 0.85 0.33
Hex 9C 74 D 0 1A 5C 27 2B 55 21
Octal 234 164 15 0 32 134 47 53 125 41
Binary 10011100 1110100 1101 0 11010 1011100 100111 101011 1010101 100001

Color Harmonies of #9C740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C740D

Black with #9C740D

Text Example


Text Example

White with #9C740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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