Html Css Color HEX #946E18 Golden Brown

📋 copy color: '#946E18'

red 148 ◦ green 110 ◦ blue 24

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

Shades of Golden Brown #946E18

Tints of Golden Brown #946E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 52.48%
G = 39.01%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946E18 (or 0x946E18) is known color: Golden Brown. HEX triplet: 94, 6E and 18. RGB value is (148,110,24). Sum of RGB (Red+Green+Blue) = 148+110+24=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 110 (43.36% from 255 or 39.01% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E18 is #6B91E7. Grayscale: #6F6F6F. Windows color (decimal): -7049704 or 1601172. OLE color: 1601172.

HSL color Cylindrical-coordinate representation of color #946E18: hue angle of 41.61º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #946E18 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 110 24 -
CMYK 0 0.26 0.84 0.42
HSL 41.61º 0.72% 0.34% -
HSV(B) 41.61º 0.84% 0.58% -
XYZ 17.95 17.51 3.3 -
YUV 111.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 148 110 24 0 0.26 0.84 0.42 41.61 0.72 0.34
Hex 94 6E 18 0 1A 54 2A 2A 48 22
Octal 224 156 30 0 32 124 52 52 110 42
Binary 10010100 1101110 11000 0 11010 1010100 101010 101010 1001000 100010

Color Harmonies of #946E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E18

Black with #946E18

Text Example


Text Example

White with #946E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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