Html Css Color HEX #97720D Golden Brown

📋 copy color: '#97720D'

red 151 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #97720D

Tints of Golden Brown #97720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.01%

 BLUE value IS 13 (5.47% from 255) = 4.68%

R = 54.32%
G = 41.01%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97720D (or 0x97720D) is known color: Golden Brown. HEX triplet: 97, 72 and 0D. RGB value is (151,114,13). Sum of RGB (Red+Green+Blue) = 151+114+13=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 13 (5.47% from 255 or 4.68% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97720D is #688DF2. Grayscale: #717171. Windows color (decimal): -6852083 or 881303. OLE color: 881303.

HSL color Cylindrical-coordinate representation of color #97720D: hue angle of 43.91º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #97720D is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 13 -
CMYK 0 0.25 0.91 0.41
HSL 43.91º 0.84% 0.32% -
HSV(B) 43.91º 0.91% 0.59% -
XYZ 18.85 18.64 2.99 -
YUV 113.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 151 114 13 0 0.25 0.91 0.41 43.91 0.84 0.32
Hex 97 72 D 0 19 5B 29 2C 54 20
Octal 227 162 15 0 31 133 51 54 124 40
Binary 10010111 1110010 1101 0 11001 1011011 101001 101100 1010100 100000

Color Harmonies of #97720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97720D

Black with #97720D

Text Example


Text Example

White with #97720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97720D; }

 p { color: rgb(151,114,13); }

 H1.HeaderClassName
 {
   color: #97720D;
 }
 .AnyTagClassName
 {
   color: #97720D;
 }
</style>

background-color css

<style>
 a { background-color: #97720D; }

 a { background-color: rgb(151,114,13); }

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

border-color css

<style>
 span { border-color: #97720D; }

 span { border-color: rgb(151,114,13); }

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