Html Css Color HEX #975405 Golden Brown

📋 copy color: '#975405'

red 151 ◦ green 84 ◦ blue 5

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

Shades of Golden Brown #975405

Tints of Golden Brown #975405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35%

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

R = 62.92%
G = 35%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975405 (or 0x975405) is known color: Golden Brown. HEX triplet: 97, 54 and 05. RGB value is (151,84,5). Sum of RGB (Red+Green+Blue) = 151+84+5=240 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.92% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 151 - color contains mainly: red. Hex color #975405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975405 is #68ABFA. Grayscale: #5F5F5F. Windows color (decimal): -6859771 or 349335. OLE color: 349335.

HSL color Cylindrical-coordinate representation of color #975405: hue angle of 32.47º 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 #975405 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 84 5 -
CMYK 0 0.44 0.97 0.41
HSL 32.47º 0.94% 0.31% -
HSV(B) 32.47º 0.97% 0.59% -
XYZ 15.96 12.93 1.8 -
YUV 95.03 77.2 167.92 -
System Red Green Blue C M Y K H S L
Decimal 151 84 5 0 0.44 0.97 0.41 32.47 0.94 0.31
Hex 97 54 5 0 2C 61 29 20 5E 1F
Octal 227 124 5 0 54 141 51 40 136 37
Binary 10010111 1010100 101 0 101100 1100001 101001 100000 1011110 11111

Color Harmonies of #975405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975405

Black with #975405

Text Example


Text Example

White with #975405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #975405; }

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

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

background-color css

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

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

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

border-color css

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

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

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