Html Css Color HEX #975805 Golden Brown

📋 copy color: '#975805'

red 151 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #975805

Tints of Golden Brown #975805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.05%

R = 61.89%
G = 36.07%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975805 (or 0x975805) is known color: Golden Brown. HEX triplet: 97, 58 and 05. RGB value is (151,88,5). Sum of RGB (Red+Green+Blue) = 151+88+5=244 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.89% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 151 - color contains mainly: red. Hex color #975805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975805 is #68A7FA. Grayscale: #616161. Windows color (decimal): -6858747 or 350359. OLE color: 350359.

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

Color convert

RGB 151 88 5 -
CMYK 0 0.42 0.97 0.41
HSL 34.11º 0.94% 0.31% -
HSV(B) 34.11º 0.97% 0.59% -
XYZ 16.28 13.57 1.9 -
YUV 97.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 151 88 5 0 0.42 0.97 0.41 34.11 0.94 0.31
Hex 97 58 5 0 2A 61 29 22 5E 1F
Octal 227 130 5 0 52 141 51 42 136 37
Binary 10010111 1011000 101 0 101010 1100001 101001 100010 1011110 11111

Color Harmonies of #975805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975805

Black with #975805

Text Example


Text Example

White with #975805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975805; }

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

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

background-color css

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

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

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

border-color css

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

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

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