Html Css Color HEX #946E19 Golden Brown

📋 copy color: '#946E19'

red 148 ◦ green 110 ◦ blue 25

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

Shades of Golden Brown #946E19

Tints of Golden Brown #946E19

RGB

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

 GREEN value IS 110 (43.36% from 255) = 38.87%

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

R = 52.3%
G = 38.87%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#946E19 (or 0x946E19) is known color: Golden Brown. HEX triplet: 94, 6E and 19. RGB value is (148,110,25). Sum of RGB (Red+Green+Blue) = 148+110+25=283 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.30% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 148 - color contains mainly: red. Hex color #946E19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E19 is #6B91E6. Grayscale: #707070. Windows color (decimal): -7049703 or 1666708. OLE color: 1666708.

HSL color Cylindrical-coordinate representation of color #946E19: hue angle of 41.46º 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 #946E19 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 25 -
CMYK 0 0.26 0.83 0.42
HSL 41.46º 0.71% 0.34% -
HSV(B) 41.46º 0.83% 0.58% -
XYZ 17.96 17.52 3.35 -
YUV 111.67 79.09 153.91 -
System Red Green Blue C M Y K H S L
Decimal 148 110 25 0 0.26 0.83 0.42 41.46 0.71 0.34
Hex 94 6E 19 0 1A 53 2A 29 47 22
Octal 224 156 31 0 32 123 52 51 107 42
Binary 10010100 1101110 11001 0 11010 1010011 101010 101001 1000111 100010

Color Harmonies of #946E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E19

Black with #946E19

Text Example


Text Example

White with #946E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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