Html Css Color HEX #97750A Golden Brown

📋 copy color: '#97750A'

red 151 ◦ green 117 ◦ blue 10

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

Shades of Golden Brown #97750A

Tints of Golden Brown #97750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 42.09%

 BLUE value IS 10 (4.3% from 255) = 3.6%

R = 54.32%
G = 42.09%
B = 3.6%

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

#97750A (or 0x97750A) is known color: Golden Brown. HEX triplet: 97, 75 and 0A. RGB value is (151,117,10). Sum of RGB (Red+Green+Blue) = 151+117+10=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #97750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97750A is #688AF5. Grayscale: #737373. Windows color (decimal): -6851318 or 685463. OLE color: 685463.

HSL color Cylindrical-coordinate representation of color #97750A: hue angle of 45.53º degrees, saturation: 0.88, 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 #97750A is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 117 10 -
CMYK 0 0.23 0.93 0.41
HSL 45.53º 0.88% 0.32% -
HSV(B) 45.53º 0.93% 0.59% -
XYZ 19.18 19.32 3.01 -
YUV 114.97 68.76 153.7 -
System Red Green Blue C M Y K H S L
Decimal 151 117 10 0 0.23 0.93 0.41 45.53 0.88 0.32
Hex 97 75 A 0 17 5D 29 2E 58 20
Octal 227 165 12 0 27 135 51 56 130 40
Binary 10010111 1110101 1010 0 10111 1011101 101001 101110 1011000 100000

Color Harmonies of #97750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97750A

Black with #97750A

Text Example


Text Example

White with #97750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97750A; }

 p { color: rgb(151,117,10); }

 H1.HeaderClassName
 {
   color: #97750A;
 }
 .AnyTagClassName
 {
   color: #97750A;
 }
</style>

background-color css

<style>
 a { background-color: #97750A; }

 a { background-color: rgb(151,117,10); }

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

border-color css

<style>
 span { border-color: #97750A; }

 span { border-color: rgb(151,117,10); }

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