Html Css Color HEX #9C7407 Golden Brown

📋 copy color: '#9C7407'

red 156 ◦ green 116 ◦ blue 7

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

Shades of Golden Brown #9C7407

Tints of Golden Brown #9C7407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.51%

R = 55.91%
G = 41.58%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9C7407 (or 0x9C7407) is known color: Golden Brown. HEX triplet: 9C, 74 and 07. RGB value is (156,116,7). Sum of RGB (Red+Green+Blue) = 156+116+7=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C7407 is #638BF8. Grayscale: #747474. Windows color (decimal): -6523897 or 488604. OLE color: 488604.

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

Color convert

RGB 156 116 7 -
CMYK 0 0.26 0.96 0.39
HSL 43.89º 0.91% 0.32% -
HSV(B) 43.89º 0.96% 0.61% -
XYZ 19.99 19.57 2.93 -
YUV 115.53 66.75 156.86 -
System Red Green Blue C M Y K H S L
Decimal 156 116 7 0 0.26 0.96 0.39 43.89 0.91 0.32
Hex 9C 74 7 0 1A 60 27 2C 5B 20
Octal 234 164 7 0 32 140 47 54 133 40
Binary 10011100 1110100 111 0 11010 1100000 100111 101100 1011011 100000

Color Harmonies of #9C7407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7407

Black with #9C7407

Text Example


Text Example

White with #9C7407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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