Html Css Color HEX #947504 Golden Brown

📋 copy color: '#947504'

red 148 ◦ green 117 ◦ blue 4

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

Shades of Golden Brown #947504

Tints of Golden Brown #947504

RGB

 RED value IS 148 (58.2% from 255) = 55.02%

 GREEN value IS 117 (46.09% from 255) = 43.49%

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

R = 55.02%
G = 43.49%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#947504 (or 0x947504) is known color: Golden Brown. HEX triplet: 94, 75 and 04. RGB value is (148,117,4). Sum of RGB (Red+Green+Blue) = 148+117+4=269 (35% of max value = 765). Red value is 148 (58.20% from 255 or 55.02% from 269); Green value is 117 (46.09% from 255 or 43.49% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 148 - color contains mainly: red. Hex color #947504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #947504 is #6B8AFB. Grayscale: #717171. Windows color (decimal): -7047932 or 292244. OLE color: 292244.

HSL color Cylindrical-coordinate representation of color #947504: hue angle of 47.08º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #947504 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 4 -
CMYK 0 0.21 0.97 0.42
HSL 47.08º 0.95% 0.3% -
HSV(B) 47.08º 0.97% 0.58% -
XYZ 18.6 19.03 2.81 -
YUV 113.39 66.27 152.69 -
System Red Green Blue C M Y K H S L
Decimal 148 117 4 0 0.21 0.97 0.42 47.08 0.95 0.3
Hex 94 75 4 0 15 61 2A 2F 5F 1E
Octal 224 165 4 0 25 141 52 57 137 36
Binary 10010100 1110101 100 0 10101 1100001 101010 101111 1011111 11110

Color Harmonies of #947504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947504

Black with #947504

Text Example


Text Example

White with #947504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947504; }

 p { color: rgb(148,117,4); }

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

background-color css

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

 a { background-color: rgb(148,117,4); }

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

border-color css

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

 span { border-color: rgb(148,117,4); }

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