Html Css Color HEX #9C730C Golden Brown

📋 copy color: '#9C730C'

red 156 ◦ green 115 ◦ blue 12

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

Shades of Golden Brown #9C730C

Tints of Golden Brown #9C730C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.64%

 BLUE value IS 12 (5.08% from 255) = 4.24%

R = 55.12%
G = 40.64%
B = 4.24%

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

#9C730C (or 0x9C730C) is known color: Golden Brown. HEX triplet: 9C, 73 and 0C. RGB value is (156,115,12). Sum of RGB (Red+Green+Blue) = 156+115+12=283 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.12% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 156 - color contains mainly: red. Hex color #9C730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C730C is #638CF3. Grayscale: #737373. Windows color (decimal): -6524148 or 816028. OLE color: 816028.

HSL color Cylindrical-coordinate representation of color #9C730C: hue angle of 42.92º degrees, saturation: 0.86, 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 #9C730C is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 12 -
CMYK 0 0.26 0.92 0.39
HSL 42.92º 0.86% 0.33% -
HSV(B) 42.92º 0.92% 0.61% -
XYZ 19.91 19.36 3.03 -
YUV 115.52 69.58 156.88 -
System Red Green Blue C M Y K H S L
Decimal 156 115 12 0 0.26 0.92 0.39 42.92 0.86 0.33
Hex 9C 73 C 0 1A 5C 27 2B 56 21
Octal 234 163 14 0 32 134 47 53 126 41
Binary 10011100 1110011 1100 0 11010 1011100 100111 101011 1010110 100001

Color Harmonies of #9C730C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C730C

Black with #9C730C

Text Example


Text Example

White with #9C730C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,115,12); }

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

background-color css

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

 a { background-color: rgb(156,115,12); }

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

border-color css

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

 span { border-color: rgb(156,115,12); }

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