Html Css Color HEX #97740C Golden Brown

📋 copy color: '#97740C'

red 151 ◦ green 116 ◦ blue 12

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

Shades of Golden Brown #97740C

Tints of Golden Brown #97740C

RGB

 RED value IS 151 (59.38% from 255) = 54.12%

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

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

R = 54.12%
G = 41.58%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#97740C (or 0x97740C) is known color: Golden Brown. HEX triplet: 97, 74 and 0C. RGB value is (151,116,12). Sum of RGB (Red+Green+Blue) = 151+116+12=279 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.12% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 151 - color contains mainly: red. Hex color #97740C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97740C is #688BF3. Grayscale: #737373. Windows color (decimal): -6851572 or 816279. OLE color: 816279.

HSL color Cylindrical-coordinate representation of color #97740C: hue angle of 44.89º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97740C is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 116 12 -
CMYK 0 0.23 0.92 0.41
HSL 44.89º 0.85% 0.32% -
HSV(B) 44.89º 0.92% 0.59% -
XYZ 19.07 19.1 3.03 -
YUV 114.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 151 116 12 0 0.23 0.92 0.41 44.89 0.85 0.32
Hex 97 74 C 0 17 5C 29 2D 55 20
Octal 227 164 14 0 27 134 51 55 125 40
Binary 10010111 1110100 1100 0 10111 1011100 101001 101101 1010101 100000

Color Harmonies of #97740C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97740C

Black with #97740C

Text Example


Text Example

White with #97740C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97740C; }

 p { color: rgb(151,116,12); }

 H1.HeaderClassName
 {
   color: #97740C;
 }
 .AnyTagClassName
 {
   color: #97740C;
 }
</style>

background-color css

<style>
 a { background-color: #97740C; }

 a { background-color: rgb(151,116,12); }

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

border-color css

<style>
 span { border-color: #97740C; }

 span { border-color: rgb(151,116,12); }

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