Html Css Color HEX #946404 Golden Brown

📋 copy color: '#946404'

red 148 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #946404

Tints of Golden Brown #946404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.68%

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

R = 58.73%
G = 39.68%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#946404 (or 0x946404) is known color: Golden Brown. HEX triplet: 94, 64 and 04. RGB value is (148,100,4). Sum of RGB (Red+Green+Blue) = 148+100+4=252 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.73% from 252); Green value is 100 (39.45% from 255 or 39.68% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 148 - color contains mainly: red. Hex color #946404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946404 is #6B9BFB. Grayscale: #676767. Windows color (decimal): -7052284 or 287892. OLE color: 287892.

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

Color convert

RGB 148 100 4 -
CMYK 0 0.32 0.97 0.42
HSL 40º 0.95% 0.3% -
HSV(B) 40º 0.97% 0.58% -
XYZ 16.79 15.42 2.21 -
YUV 103.41 71.9 159.81 -
System Red Green Blue C M Y K H S L
Decimal 148 100 4 0 0.32 0.97 0.42 40 0.95 0.3
Hex 94 64 4 0 20 61 2A 28 5F 1E
Octal 224 144 4 0 40 141 52 50 137 36
Binary 10010100 1100100 100 0 100000 1100001 101010 101000 1011111 11110

Color Harmonies of #946404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946404

Black with #946404

Text Example


Text Example

White with #946404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946404; }

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

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

background-color css

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

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

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

border-color css

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

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

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