Html Css Color HEX #946419 Golden Brown

📋 copy color: '#946419'

red 148 ◦ green 100 ◦ blue 25

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

Shades of Golden Brown #946419

Tints of Golden Brown #946419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.16%

R = 54.21%
G = 36.63%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946419 (or 0x946419) is known color: Golden Brown. HEX triplet: 94, 64 and 19. RGB value is (148,100,25). Sum of RGB (Red+Green+Blue) = 148+100+25=273 (36% of max value = 765). Red value is 148 (58.20% from 255 or 54.21% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 148 - color contains mainly: red. Hex color #946419 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946419 is #6B9BE6. Grayscale: #6A6A6A. Windows color (decimal): -7052263 or 1664148. OLE color: 1664148.

HSL color Cylindrical-coordinate representation of color #946419: hue angle of 36.59º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #946419 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 25 -
CMYK 0 0.32 0.83 0.42
HSL 36.59º 0.71% 0.34% -
HSV(B) 36.59º 0.83% 0.58% -
XYZ 16.95 15.48 3.01 -
YUV 105.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 148 100 25 0 0.32 0.83 0.42 36.59 0.71 0.34
Hex 94 64 19 0 20 53 2A 25 47 22
Octal 224 144 31 0 40 123 52 45 107 42
Binary 10010100 1100100 11001 0 100000 1010011 101010 100101 1000111 100010

Color Harmonies of #946419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946419

Black with #946419

Text Example


Text Example

White with #946419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946419; }

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

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

background-color css

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

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

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

border-color css

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

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

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