Html Css Color HEX #946504 Golden Brown

📋 copy color: '#946504'

red 148 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #946504

Tints of Golden Brown #946504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.92%

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

R = 58.5%
G = 39.92%
B = 1.58%

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

#946504 (or 0x946504) is known color: Golden Brown. HEX triplet: 94, 65 and 04. RGB value is (148,101,4). Sum of RGB (Red+Green+Blue) = 148+101+4=253 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.50% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 148 - color contains mainly: red. Hex color #946504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946504 is #6B9AFB. Grayscale: #686868. Windows color (decimal): -7052028 or 288148. OLE color: 288148.

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

Color convert

RGB 148 101 4 -
CMYK 0 0.32 0.97 0.42
HSL 40.42º 0.95% 0.3% -
HSV(B) 40.42º 0.97% 0.58% -
XYZ 16.89 15.61 2.24 -
YUV 104 71.57 159.39 -
System Red Green Blue C M Y K H S L
Decimal 148 101 4 0 0.32 0.97 0.42 40.42 0.95 0.3
Hex 94 65 4 0 20 61 2A 28 5F 1E
Octal 224 145 4 0 40 141 52 50 137 36
Binary 10010100 1100101 100 0 100000 1100001 101010 101000 1011111 11110

Color Harmonies of #946504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946504

Black with #946504

Text Example


Text Example

White with #946504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946504; }

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

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

background-color css

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

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

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

border-color css

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

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

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