Html Css Color HEX #97701D Golden Brown

📋 copy color: '#97701D'

red 151 ◦ green 112 ◦ blue 29

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

Shades of Golden Brown #97701D

Tints of Golden Brown #97701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.36%

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 51.71%
G = 38.36%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#97701D (or 0x97701D) is known color: Golden Brown. HEX triplet: 97, 70 and 1D. RGB value is (151,112,29). Sum of RGB (Red+Green+Blue) = 151+112+29=292 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.71% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 151 - color contains mainly: red. Hex color #97701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97701D is #688FE2. Grayscale: #727272. Windows color (decimal): -6852579 or 1929367. OLE color: 1929367.

HSL color Cylindrical-coordinate representation of color #97701D: hue angle of 40.82º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97701D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 29 -
CMYK 0 0.26 0.81 0.41
HSL 40.82º 0.68% 0.35% -
HSV(B) 40.82º 0.81% 0.59% -
XYZ 18.78 18.26 3.7 -
YUV 114.2 79.92 154.25 -
System Red Green Blue C M Y K H S L
Decimal 151 112 29 0 0.26 0.81 0.41 40.82 0.68 0.35
Hex 97 70 1D 0 1A 51 29 29 44 23
Octal 227 160 35 0 32 121 51 51 104 43
Binary 10010111 1110000 11101 0 11010 1010001 101001 101001 1000100 100011

Color Harmonies of #97701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97701D

Black with #97701D

Text Example


Text Example

White with #97701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,112,29); }

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

background-color css

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

 a { background-color: rgb(151,112,29); }

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

border-color css

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

 span { border-color: rgb(151,112,29); }

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