Html Css Color HEX #975F10 Golden Brown

📋 copy color: '#975F10'

red 151 ◦ green 95 ◦ blue 16

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

Shades of Golden Brown #975F10

Tints of Golden Brown #975F10

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.26%

 BLUE value IS 16 (6.64% from 255) = 6.11%

R = 57.63%
G = 36.26%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#975F10 (or 0x975F10) is known color: Golden Brown. HEX triplet: 97, 5F and 10. RGB value is (151,95,16). Sum of RGB (Red+Green+Blue) = 151+95+16=262 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.63% from 262); Green value is 95 (37.5% from 255 or 36.26% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 151 - color contains mainly: red. Hex color #975F10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975F10 is #68A0EF. Grayscale: #676767. Windows color (decimal): -6856944 or 1073047. OLE color: 1073047.

HSL color Cylindrical-coordinate representation of color #975F10: hue angle of 35.11º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #975F10 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 95 16 -
CMYK 0 0.37 0.89 0.41
HSL 35.11º 0.81% 0.33% -
HSV(B) 35.11º 0.89% 0.59% -
XYZ 16.95 14.8 2.45 -
YUV 102.74 79.05 162.42 -
System Red Green Blue C M Y K H S L
Decimal 151 95 16 0 0.37 0.89 0.41 35.11 0.81 0.33
Hex 97 5F 10 0 25 59 29 23 51 21
Octal 227 137 20 0 45 131 51 43 121 41
Binary 10010111 1011111 10000 0 100101 1011001 101001 100011 1010001 100001

Color Harmonies of #975F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975F10

Black with #975F10

Text Example


Text Example

White with #975F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975F10; }

 p { color: rgb(151,95,16); }

 H1.HeaderClassName
 {
   color: #975F10;
 }
 .AnyTagClassName
 {
   color: #975F10;
 }
</style>

background-color css

<style>
 a { background-color: #975F10; }

 a { background-color: rgb(151,95,16); }

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

border-color css

<style>
 span { border-color: #975F10; }

 span { border-color: rgb(151,95,16); }

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