Html Css Color HEX #946E17 Golden Brown

📋 copy color: '#946E17'

red 148 ◦ green 110 ◦ blue 23

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

Shades of Golden Brown #946E17

Tints of Golden Brown #946E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.19%

R = 52.67%
G = 39.15%
B = 8.19%

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

#946E17 (or 0x946E17) is known color: Golden Brown. HEX triplet: 94, 6E and 17. RGB value is (148,110,23). Sum of RGB (Red+Green+Blue) = 148+110+23=281 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.67% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 148 - color contains mainly: red. Hex color #946E17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946E17 is #6B91E8. Grayscale: #6F6F6F. Windows color (decimal): -7049705 or 1535636. OLE color: 1535636.

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

Color convert

RGB 148 110 23 -
CMYK 0 0.26 0.84 0.42
HSL 41.76º 0.73% 0.34% -
HSV(B) 41.76º 0.84% 0.58% -
XYZ 17.94 17.51 3.24 -
YUV 111.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 148 110 23 0 0.26 0.84 0.42 41.76 0.73 0.34
Hex 94 6E 17 0 1A 54 2A 2A 49 22
Octal 224 156 27 0 32 124 52 52 111 42
Binary 10010100 1101110 10111 0 11010 1010100 101010 101010 1001001 100010

Color Harmonies of #946E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946E17

Black with #946E17

Text Example


Text Example

White with #946E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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