Html Css Color HEX #97730F Golden Brown

📋 copy color: '#97730F'

red 151 ◦ green 115 ◦ blue 15

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

Shades of Golden Brown #97730F

Tints of Golden Brown #97730F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.34%

R = 53.74%
G = 40.93%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#97730F (or 0x97730F) is known color: Golden Brown. HEX triplet: 97, 73 and 0F. RGB value is (151,115,15). Sum of RGB (Red+Green+Blue) = 151+115+15=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97730F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97730F is #688CF0. Grayscale: #727272. Windows color (decimal): -6851825 or 1012631. OLE color: 1012631.

HSL color Cylindrical-coordinate representation of color #97730F: hue angle of 44.12º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #97730F is Cyan = 0, Magento = 0.24, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 115 15 -
CMYK 0 0.24 0.90 0.41
HSL 44.12º 0.82% 0.33% -
HSV(B) 44.12º 0.9% 0.59% -
XYZ 18.98 18.88 3.09 -
YUV 114.36 71.93 154.13 -
System Red Green Blue C M Y K H S L
Decimal 151 115 15 0 0.24 0.90 0.41 44.12 0.82 0.33
Hex 97 73 F 0 18 5A 29 2C 52 21
Octal 227 163 17 0 30 132 51 54 122 41
Binary 10010111 1110011 1111 0 11000 1011010 101001 101100 1010010 100001

Color Harmonies of #97730F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97730F

Black with #97730F

Text Example


Text Example

White with #97730F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97730F; }

 p { color: rgb(151,115,15); }

 H1.HeaderClassName
 {
   color: #97730F;
 }
 .AnyTagClassName
 {
   color: #97730F;
 }
</style>

background-color css

<style>
 a { background-color: #97730F; }

 a { background-color: rgb(151,115,15); }

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

border-color css

<style>
 span { border-color: #97730F; }

 span { border-color: rgb(151,115,15); }

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