Html Css Color HEX #975E04 Golden Brown

📋 copy color: '#975E04'

red 151 ◦ green 94 ◦ blue 4

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

Shades of Golden Brown #975E04

Tints of Golden Brown #975E04

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.75%

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

R = 60.64%
G = 37.75%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#975E04 (or 0x975E04) is known color: Golden Brown. HEX triplet: 97, 5E and 04. RGB value is (151,94,4). Sum of RGB (Red+Green+Blue) = 151+94+4=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 94 (37.11% from 255 or 37.75% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #975E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #975E04 is #68A1FB. Grayscale: #656565. Windows color (decimal): -6857212 or 286359. OLE color: 286359.

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

Color convert

RGB 151 94 4 -
CMYK 0 0.38 0.97 0.41
HSL 36.73º 0.95% 0.3% -
HSV(B) 36.73º 0.97% 0.59% -
XYZ 16.79 14.59 2.05 -
YUV 100.78 73.38 163.82 -
System Red Green Blue C M Y K H S L
Decimal 151 94 4 0 0.38 0.97 0.41 36.73 0.95 0.3
Hex 97 5E 4 0 26 61 29 25 5F 1E
Octal 227 136 4 0 46 141 51 45 137 36
Binary 10010111 1011110 100 0 100110 1100001 101001 100101 1011111 11110

Color Harmonies of #975E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #975E04

Black with #975E04

Text Example


Text Example

White with #975E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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