Html Css Color HEX #97740B Golden Brown

📋 copy color: '#97740B'

red 151 ◦ green 116 ◦ blue 11

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

Shades of Golden Brown #97740B

Tints of Golden Brown #97740B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.96%

R = 54.32%
G = 41.73%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97740B (or 0x97740B) is known color: Golden Brown. HEX triplet: 97, 74 and 0B. RGB value is (151,116,11). Sum of RGB (Red+Green+Blue) = 151+116+11=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97740B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97740B is #688BF4. Grayscale: #727272. Windows color (decimal): -6851573 or 750743. OLE color: 750743.

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

Color convert

RGB 151 116 11 -
CMYK 0 0.23 0.93 0.41
HSL 45º 0.86% 0.32% -
HSV(B) 45º 0.93% 0.59% -
XYZ 19.07 19.09 3 -
YUV 114.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 151 116 11 0 0.23 0.93 0.41 45 0.86 0.32
Hex 97 74 B 0 17 5D 29 2D 56 20
Octal 227 164 13 0 27 135 51 55 126 40
Binary 10010111 1110100 1011 0 10111 1011101 101001 101101 1010110 100000

Color Harmonies of #97740B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97740B

Black with #97740B

Text Example


Text Example

White with #97740B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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