Html Css Color HEX #975C04 Golden Brown

📋 copy color: '#975C04'

red 151 ◦ green 92 ◦ blue 4

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

Shades of Golden Brown #975C04

Tints of Golden Brown #975C04

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

 BLUE value IS 4 (1.95% from 255) = 1.62%

R = 61.13%
G = 37.25%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975C04 (or 0x975C04) is known color: Golden Brown. HEX triplet: 97, 5C and 04. RGB value is (151,92,4). Sum of RGB (Red+Green+Blue) = 151+92+4=247 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.13% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 151 - color contains mainly: red. Hex color #975C04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975C04 is #68A3FB. Grayscale: #646464. Windows color (decimal): -6857724 or 285847. OLE color: 285847.

HSL color Cylindrical-coordinate representation of color #975C04: hue angle of 35.92º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #975C04 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 92 4 -
CMYK 0 0.39 0.97 0.41
HSL 35.92º 0.95% 0.3% -
HSV(B) 35.92º 0.97% 0.59% -
XYZ 16.61 14.24 1.99 -
YUV 99.61 74.05 164.66 -
System Red Green Blue C M Y K H S L
Decimal 151 92 4 0 0.39 0.97 0.41 35.92 0.95 0.3
Hex 97 5C 4 0 27 61 29 24 5F 1E
Octal 227 134 4 0 47 141 51 44 137 36
Binary 10010111 1011100 100 0 100111 1100001 101001 100100 1011111 11110

Color Harmonies of #975C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975C04

Black with #975C04

Text Example


Text Example

White with #975C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,92,4); }

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

background-color css

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

 a { background-color: rgb(151,92,4); }

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

border-color css

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

 span { border-color: rgb(151,92,4); }

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