Html Css Color HEX #9C7404 Golden Brown

📋 copy color: '#9C7404'

red 156 ◦ green 116 ◦ blue 4

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

Shades of Golden Brown #9C7404

Tints of Golden Brown #9C7404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 56.52%
G = 42.03%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9C7404 (or 0x9C7404) is known color: Golden Brown. HEX triplet: 9C, 74 and 04. RGB value is (156,116,4). Sum of RGB (Red+Green+Blue) = 156+116+4=276 (36% of max value = 765). Red value is 156 (61.33% from 255 or 56.52% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7404 is #638BFB. Grayscale: #737373. Windows color (decimal): -6523900 or 291996. OLE color: 291996.

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

Color convert

RGB 156 116 4 -
CMYK 0 0.26 0.97 0.39
HSL 44.21º 0.95% 0.31% -
HSV(B) 44.21º 0.97% 0.61% -
XYZ 19.98 19.57 2.84 -
YUV 115.19 65.25 157.11 -
System Red Green Blue C M Y K H S L
Decimal 156 116 4 0 0.26 0.97 0.39 44.21 0.95 0.31
Hex 9C 74 4 0 1A 61 27 2C 5F 1F
Octal 234 164 4 0 32 141 47 54 137 37
Binary 10011100 1110100 100 0 11010 1100001 100111 101100 1011111 11111

Color Harmonies of #9C7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7404

Black with #9C7404

Text Example


Text Example

White with #9C7404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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