Html Css Color HEX #946F17 Golden Brown

📋 copy color: '#946F17'

red 148 ◦ green 111 ◦ blue 23

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

Shades of Golden Brown #946F17

Tints of Golden Brown #946F17

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 52.48%
G = 39.36%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#946F17 (or 0x946F17) is known color: Golden Brown. HEX triplet: 94, 6F and 17. RGB value is (148,111,23). Sum of RGB (Red+Green+Blue) = 148+111+23=282 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.48% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 148 - color contains mainly: red. Hex color #946F17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #946F17 is #6B90E8. Grayscale: #707070. Windows color (decimal): -7049449 or 1535892. OLE color: 1535892.

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

Color convert

RGB 148 111 23 -
CMYK 0 0.25 0.84 0.42
HSL 42.24º 0.73% 0.34% -
HSV(B) 42.24º 0.84% 0.58% -
XYZ 18.05 17.73 3.28 -
YUV 112.03 77.76 153.66 -
System Red Green Blue C M Y K H S L
Decimal 148 111 23 0 0.25 0.84 0.42 42.24 0.73 0.34
Hex 94 6F 17 0 19 54 2A 2A 49 22
Octal 224 157 27 0 31 124 52 52 111 42
Binary 10010100 1101111 10111 0 11001 1010100 101010 101010 1001001 100010

Color Harmonies of #946F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F17

Black with #946F17

Text Example


Text Example

White with #946F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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