Html Css Color HEX #975816 Golden Brown

📋 copy color: '#975816'

red 151 ◦ green 88 ◦ blue 22

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

Shades of Golden Brown #975816

Tints of Golden Brown #975816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.43%

R = 57.85%
G = 33.72%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#975816 (or 0x975816) is known color: Golden Brown. HEX triplet: 97, 58 and 16. RGB value is (151,88,22). Sum of RGB (Red+Green+Blue) = 151+88+22=261 (34% of max value = 765). Red value is 151 (59.38% from 255 or 57.85% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 151 - color contains mainly: red. Hex color #975816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975816 is #68A7E9. Grayscale: #636363. Windows color (decimal): -6858730 or 1464471. OLE color: 1464471.

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

Color convert

RGB 151 88 22 -
CMYK 0 0.42 0.85 0.41
HSL 30.7º 0.75% 0.34% -
HSV(B) 30.7º 0.85% 0.59% -
XYZ 16.4 13.62 2.52 -
YUV 99.31 84.37 164.87 -
System Red Green Blue C M Y K H S L
Decimal 151 88 22 0 0.42 0.85 0.41 30.7 0.75 0.34
Hex 97 58 16 0 2A 55 29 1F 4B 22
Octal 227 130 26 0 52 125 51 37 113 42
Binary 10010111 1011000 10110 0 101010 1010101 101001 11111 1001011 100010

Color Harmonies of #975816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975816

Black with #975816

Text Example


Text Example

White with #975816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975816; }

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

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

background-color css

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

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

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

border-color css

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

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

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