Html Css Color HEX #97750D Golden Brown

📋 copy color: '#97750D'

red 151 ◦ green 117 ◦ blue 13

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

Shades of Golden Brown #97750D

Tints of Golden Brown #97750D

RGB

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

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

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

R = 53.74%
G = 41.64%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#97750D (or 0x97750D) is known color: Golden Brown. HEX triplet: 97, 75 and 0D. RGB value is (151,117,13). Sum of RGB (Red+Green+Blue) = 151+117+13=281 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.74% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 13 (5.47% from 255 or 4.63% from 281); Max value from RGB is 151 - color contains mainly: red. Hex color #97750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97750D is #688AF2. Grayscale: #737373. Windows color (decimal): -6851315 or 882071. OLE color: 882071.

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

Color convert

RGB 151 117 13 -
CMYK 0 0.23 0.91 0.41
HSL 45.22º 0.84% 0.32% -
HSV(B) 45.22º 0.91% 0.59% -
XYZ 19.2 19.33 3.1 -
YUV 115.31 70.26 153.46 -
System Red Green Blue C M Y K H S L
Decimal 151 117 13 0 0.23 0.91 0.41 45.22 0.84 0.32
Hex 97 75 D 0 17 5B 29 2D 54 20
Octal 227 165 15 0 27 133 51 55 124 40
Binary 10010111 1110101 1101 0 10111 1011011 101001 101101 1010100 100000

Color Harmonies of #97750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97750D

Black with #97750D

Text Example


Text Example

White with #97750D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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