Html Css Color HEX #975814 Golden Brown

📋 copy color: '#975814'

red 151 ◦ green 88 ◦ blue 20

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

Shades of Golden Brown #975814

Tints of Golden Brown #975814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 58.3%
G = 33.98%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#975814 (or 0x975814) is known color: Golden Brown. HEX triplet: 97, 58 and 14. RGB value is (151,88,20). Sum of RGB (Red+Green+Blue) = 151+88+20=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #975814 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975814 is #68A7EB. Grayscale: #636363. Windows color (decimal): -6858732 or 1333399. OLE color: 1333399.

HSL color Cylindrical-coordinate representation of color #975814: hue angle of 31.15º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #975814 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 88 20 -
CMYK 0 0.42 0.87 0.41
HSL 31.15º 0.77% 0.34% -
HSV(B) 31.15º 0.87% 0.59% -
XYZ 16.38 13.61 2.43 -
YUV 99.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 151 88 20 0 0.42 0.87 0.41 31.15 0.77 0.34
Hex 97 58 14 0 2A 57 29 1F 4D 22
Octal 227 130 24 0 52 127 51 37 115 42
Binary 10010111 1011000 10100 0 101010 1010111 101001 11111 1001101 100010

Color Harmonies of #975814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975814

Black with #975814

Text Example


Text Example

White with #975814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975814; }

 p { color: rgb(151,88,20); }

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

background-color css

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

 a { background-color: rgb(151,88,20); }

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

border-color css

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

 span { border-color: rgb(151,88,20); }

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